]> git.pld-linux.org Git - packages/nagios-nrpe.git/blob - nagios-nrpe-config.patch
86785ba1a8daecee44b26dfe272db67623866bf3
[packages/nagios-nrpe.git] / nagios-nrpe-config.patch
1 --- nrpe-2.12.new/sample-config/nrpe.cfg.in     2008-03-27 09:47:26.682398787 +0100
2 +++ nrpe-2.12/sample-config/nrpe.cfg.in 2012-01-04 17:57:22.907296034 +0200
3 @@ -23,7 +23,7 @@
4  # number.  The file is only written if the NRPE daemon is started by the root
5  # user and is running in standalone mode.
6  
7 -pid_file=/var/run/nrpe.pid
8 +pid_file=/var/run/nrpe/nrpe.pid
9  
10  
11  
12 @@ -169,8 +169,7 @@
13  # This directive allows you to include definitions from config files (with a
14  # .cfg extension) in one or more directories (with recursion).
15  
16 -#include_dir=<somedirectory>
17 -#include_dir=<someotherdirectory>
18 +include_dir=/etc/nagios/nrpe.d
19  
20  
21  
22 @@ -196,11 +195,11 @@
23  
24  # The following examples use hardcoded command arguments...
25  
26 -command[check_users]=@libexecdir@/check_users -w 5 -c 10
27 -command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
28 -command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
29 -command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
30 -command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
31 +#command[check_users]=@libexecdir@/check_users -w 5 -c 10
32 +#command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
33 +#command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
34 +#command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
35 +#command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200 
36  
37  
38  # The following examples allow user-supplied arguments and can
This page took 0.05064 seconds and 2 git commands to generate.