Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 955 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 955 Bytes

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