]> git.pld-linux.org Git - packages/nagios-nrpe.git/blob - nagios-nrpe-config.patch
- updated for 2.12
[packages/nagios-nrpe.git] / nagios-nrpe-config.patch
1 diff -ur nrpe-2.12/sample-config/nrpe.cfg.in nrpe-2.12.new/sample-config/nrpe.cfg.in
2 --- nrpe-2.12/sample-config/nrpe.cfg.in 2007-11-23 18:31:23.000000000 +0100
3 +++ nrpe-2.12.new/sample-config/nrpe.cfg.in     2008-03-27 09:47:26.682398787 +0100
4 @@ -23,7 +23,7 @@
5  # number.  The file is only written if the NRPE daemon is started by the root
6  # user and is running in standalone mode.
7  
8 -pid_file=/var/run/nrpe.pid
9 +pid_file=/var/run/nrpe/nrpe.pid
10  
11  
12  
13 @@ -196,11 +196,11 @@
14  
15  # The following examples use hardcoded command arguments...
16  
17 -command[check_users]=@libexecdir@/check_users -w 5 -c 10
18 -command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
19 -command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
20 -command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
21 -command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
22 +#command[check_users]=@libexecdir@/check_users -w 5 -c 10
23 +#command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
24 +#command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
25 +#command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
26 +#command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
27  
28  
29  # The following examples allow user-supplied arguments and can
30 Tylko w nrpe-2.12.new/sample-config: nrpe.cfg.in~
This page took 0.032857 seconds and 4 git commands to generate.