1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2024-11-27 08:31:02 +02:00

describe not before metric

This commit is contained in:
Rob Best 2020-01-24 17:39:12 +00:00
parent 0983ffdba6
commit 486b47fd9d

View File

@ -84,6 +84,7 @@ func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {
ch <- tlsConnectSuccess
ch <- clientProtocol
ch <- notAfter
ch <- notBefore
ch <- commonName
ch <- subjectAlernativeDNSNames
ch <- subjectAlernativeIPs