]> git.pld-linux.org Git - packages/nagios-plugin-check_rbl.git/blob - check_rbl.cfg
up to 1.3.1, disable embedded Perl
[packages/nagios-plugin-check_rbl.git] / check_rbl.cfg
1 # Usage:
2 # check_rbl!-s RBLSERVER -s RBLSERVER ...
3 define command {
4         command_name    check_rbl
5         command_line    /usr/lib/nagios/plugins/check_rbl --extra-opts=rbl@/etc/nagios/plugins/check_rbl.ini -t 60 -H $HOSTADDRESS$ $ARG1$
6 }
7
8 # service definition
9 define service {
10         use                     generic-service
11         name                    rbl
12         service_description     rbl
13         register                0
14
15         ; When the service is being checked,
16         ; we can't solve remote DNS problems during night, so don't bother checking
17         check_period            workhours
18
19         normal_check_interval   180 ; 3h
20         notification_interval   180 ; 3h
21
22         ; no point checking more often, results in dns cache anyway
23         max_check_attempts      2
24
25         ; use [rbl] section for servers list
26         check_command           check_rbl
27 }
This page took 0.046996 seconds and 3 git commands to generate.