issues
search
amimof
/
node-cert-exporter
An SSL certificate Prometheus exporter
Apache License 2.0
173
stars
35
forks
source link
Seconds until expiry in seconds
#11
Closed
amimof
closed
5 years ago
amimof
commented
5 years ago
Metric value was incorrect due to usage of
time.Unix()
.
Now the Gauge value is calculated using
time.Until()
and get the difference betwheen cert expiry and the current time.
time.Unix()
.time.Until()
and get the difference betwheen cert expiry and the current time.