]> git.pld-linux.org Git - packages/nagios-plugin-check_scan.git/blame - check_scan.cfg
package subdirs
[packages/nagios-plugin-check_scan.git] / check_scan.cfg
CommitLineData
b0bc1bec
ER
1# Usage:
2# check_scan
3define command {
4 command_name check_scan
5 command_line /usr/lib/nagios/plugins/check_scan -H $HOSTADDRESS$ $ARG1$
6}
7
8define 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
e2c09a1e
ER
17 notification_interval 240
18 notification_options c,r
b0bc1bec
ER
19
20 check_command check_scan
21}
This page took 0.024673 seconds and 4 git commands to generate.