]> git.pld-linux.org Git - packages/nagios-plugin-check_rbl.git/commitdiff
- default check at 3h
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 3 Feb 2010 12:34:09 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check_rbl.cfg -> 1.4

check_rbl.cfg

index 854b7bf8e8da084835bd70baaef2b1311cfb4093..9213db1a2aed4a4a98c2641ebb1af564eab52e39 100644 (file)
@@ -12,9 +12,11 @@ define service {
        service_description     rbl
        register                0
 
-       normal_check_interval   1440
-       notification_interval   1440
-       max_check_attempts      1
+       normal_check_interval   180 ; 3h
+       notification_interval   180 ; 3h
+
+       ; no point checking more often, results in dns cache anyway
+       max_check_attempts      2
 
        ; use [rbl] section for servers list
        check_command           check_rbl!--extra-opts=rbl@/etc/nagios/plugins/check_rbl.ini
This page took 0.132174 seconds and 4 git commands to generate.