Skip to content

Minimal collectd module to report expiry time of a HTTPS TLS certificate.

License

Notifications You must be signed in to change notification settings

stefan2904/collectd-tls-expiry-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collectd-tls-expiry-monitoring

Build Status

Minimal collectd module to report expiry time of a HTTPS TLS certificate.

Usage

See collectd.conf for an example (minimal) config.

Example

<Plugin python>
    ModulePath "/path/to/modules/"
    Import "tls_cert_monitor"
    <Module tls_cert_monitor>
        hosts "github.com" "google.com"
    </Module>
</Plugin>
demoserver1.tls-cert-monitor.gauge-github_com 7848249 1518710150
demoserver1.tls-cert-monitor.gauge-google_com 5848449 1518710151

Test config using collectd -T -C collectd.conf.

Resources

About

Minimal collectd module to report expiry time of a HTTPS TLS certificate.

Topics

Resources

License

Stars

Watchers

Forks

Languages