This commit is contained in:
Manuel de Brito Fontes 2017-06-13 09:07:14 -04:00
parent eb61873730
commit aacb7a5abb
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ var (
prometheus.GaugeOpts{
Namespace: ns,
Name: sslLabelExpire,
Help: "Number of seconds since 1970 to the SSL Certificate expire. An example to check if this " +
Help: "Number of seconds since 1970 to the SSL Certificate expire. An example to check if this " +
"certificate will expire in 10 days is: \"ingress_controller_ssl_expire_time_seconds < (time() + (10 * 24 * 3600))\"",
},
[]string{sslLabelHost},