]> git.pld-linux.org Git - packages/nagios-nrpe.git/blob - nagios-nrpe-config.patch
- disable sample commands by default
[packages/nagios-nrpe.git] / nagios-nrpe-config.patch
1 --- nrpe-2.4/sample-config/nrpe.cfg.in~ 2006-02-04 00:02:32.000000000 +0200
2 +++ nrpe-2.4/sample-config/nrpe.cfg.in  2006-05-21 22:20:00.671748952 +0300
3 @@ -162,12 +162,12 @@
4  
5  # The following examples use hardcoded command arguments...
6  
7 -command[check_users]=@libexecdir@/check_users -w 5 -c 10
8 -command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
9 -command[check_disk1]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hda1
10 -command[check_disk2]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hdb1
11 -command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
12 -command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
13 +#command[check_users]=@libexecdir@/check_users -w 5 -c 10
14 +#command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
15 +#command[check_disk1]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hda1
16 +#command[check_disk2]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hdb1
17 +#command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
18 +#command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
19  
20  # The following examples allow user-supplied arguments and can
21  # only be used if the NRPE daemon was compiled with support for 
This page took 0.025674 seconds and 4 git commands to generate.