summaryrefslogtreecommitdiffstats
path: root/health/health.d/x509check.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-04-17 17:57:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-04-17 17:57:35 +0000
commit3b95e5be69c199a2a195c57aba12d88c242225ac (patch)
tree137b72ffaefe7f34bf21e975ccc9cc9ec0474564 /health/health.d/x509check.conf
parentAdding upstream version 1.13.0. (diff)
downloadnetdata-upstream/1.14.0_rc0.tar.xz
netdata-upstream/1.14.0_rc0.zip
Adding upstream version 1.14.0~rc0.upstream/1.14.0_rc0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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