Skip to content

Commit

Permalink
describe not before metric
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbybibby committed Jan 24, 2020
1 parent 0983ffd commit 486b47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 486b47f

Please sign in to comment.