summaryrefslogtreecommitdiffstats
path: root/health/health.d/x509check.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--health/health.d/x509check.conf (renamed from health/health.d/sslcheck.conf)6
1 files changed, 3 insertions, 3 deletions
diff --git a/health/health.d/sslcheck.conf b/health/health.d/x509check.conf
index 29a017e3d..dc0e6c695 100644
--- a/health/health.d/sslcheck.conf
+++ b/health/health.d/x509check.conf
@@ -1,7 +1,7 @@
-template: sslcheck_days_until_expiration
- on: sslcheck.time_until_expiration
- calc: $time
+template: x509check_days_until_expiration
+ on: x509check.time_until_expiration
+ calc: $expiry
units: seconds
every: 60s
warn: $this < $days_until_expiration_warning*24*60*60