diff options
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 29a017e3..00000000 --- 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 |