]> git.pld-linux.org Git - packages/nagios-plugin-check_ssl_cert.git/commitdiff
- check less often (same as https.crt service (from base plugins))
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Apr 2011 08:57:15 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check_ssl_cert.cfg -> 1.3

check_ssl_cert.cfg

index cd7537e35437fe57b68dd430f64727751faf66d4..23d28eaa45272fad95ab108dab3d8452efa833b2 100644 (file)
@@ -11,10 +11,9 @@ define service {
        service_description     check_ssl_cert
        register                0
 
-       normal_check_interval   5
-       retry_check_interval    1
-
-       notification_interval   10
+       ; check every 12h is sufficent, notify daily
+       normal_check_interval   720
+       notification_interval   1440
 
        check_command           check_ssl_cert
 }
This page took 0.094673 seconds and 4 git commands to generate.