diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-17 17:57:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-17 17:57:35 +0000 |
commit | 3b95e5be69c199a2a195c57aba12d88c242225ac (patch) | |
tree | 137b72ffaefe7f34bf21e975ccc9cc9ec0474564 /health/health.d/sslcheck.conf | |
parent | Adding upstream version 1.13.0. (diff) | |
download | netdata-3b95e5be69c199a2a195c57aba12d88c242225ac.tar.xz netdata-3b95e5be69c199a2a195c57aba12d88c242225ac.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 'health/health.d/sslcheck.conf')
-rw-r--r-- | health/health.d/sslcheck.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/health/health.d/sslcheck.conf b/health/health.d/sslcheck.conf deleted file mode 100644 index 29a017e3d..000000000 --- a/health/health.d/sslcheck.conf +++ /dev/null @@ -1,10 +0,0 @@ - -template: sslcheck_days_until_expiration - on: sslcheck.time_until_expiration - calc: $time - units: seconds - every: 60s - warn: $this < $days_until_expiration_warning*24*60*60 - crit: $this < $days_until_expiration_critical*24*60*60 - info: certificate time until expiration - to: webmaster |