]> git.pld-linux.org Git - packages/nagios-plugin-check_scan.git/blob - check_scan.cfg
package subdirs
[packages/nagios-plugin-check_scan.git] / check_scan.cfg
1 # Usage:
2 # check_scan
3 define command {
4         command_name    check_scan
5         command_line    /usr/lib/nagios/plugins/check_scan -H $HOSTADDRESS$ $ARG1$
6 }
7
8 define service {
9         use                     generic-service
10         name                    template
11         service_description     template
12         register                0
13
14         normal_check_interval   5
15         retry_check_interval    1
16
17         notification_interval   240
18         notification_options    c,r
19
20         check_command           check_scan
21 }
This page took 0.056556 seconds and 3 git commands to generate.