]> git.pld-linux.org Git - packages/nagios-plugin-check_poldek.git/blob - check_poldek.cfg
nagios-nrpe 2.15-5 adds trigger to ensure include_dir nrpe.d is present
[packages/nagios-plugin-check_poldek.git] / check_poldek.cfg
1 # Usage:
2 # check_poldek!-w 5 -c 10 -n th
3 define command {
4         command_name    check_poldek
5         command_line    /usr/lib/nagios/plugins/check_poldek $ARG1$
6 }
7
8 define service {
9     use                     generic-service
10     name                    check_poldek
11     service_description     check_poldek
12     register                0
13
14     ; check every 12h is sufficent, notify daily
15     normal_check_interval   720
16     notification_interval   1440
17
18     check_command           check_poldek
19 }
This page took 0.108936 seconds and 3 git commands to generate.