]> git.pld-linux.org Git - packages/nagios-plugin-check_rbl.git/blob - check_rbl.cfg
- cleanup
[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 -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         normal_check_interval   1440
16         notification_interval   1440
17         max_check_attempts      1
18
19         ; use [rbl] section for servers list
20         check_command           check_rbl!--extra-opts=rbl@/etc/nagios/plugins/check_rbl.ini
21 }
This page took 0.069497 seconds and 3 git commands to generate.