The Sensu Cert Check is a cross-platform Sensu Metrics Check that provides certificate metrics in prometheus format.
Name | Description |
---|---|
cert_days_left | Number of days until certificate expiry. Expired certificates produce a negative number. |
cert_seconds_left | Number of seconds until certificate expiry. Expired certificates produce a negative number. |
cert_issued_days | Number of days the certificate has been issued. |
cert_issued_seconds | Number of seconds the certificate has been issued. |
Inspects certificate data
Usage:
cert-checks [flags]
cert-checks [command]
Available Commands:
help Help about any command
version Print the version number of this plugin
Flags:
-c, --cert string URL or file path to certificate
-h, --help help for cert-checks
-s, --servername string optional TLS servername extension argument
Use "cert-checks [command] --help" for more information about a command.