]> git.pld-linux.org Git - packages/nagios-nrpe.git/blame - nagios-nrpe-config.patch
- release 5
[packages/nagios-nrpe.git] / nagios-nrpe-config.patch
CommitLineData
0cca6c71
SP
1diff -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 @@
3c30292c
ER
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
0cca6c71 13@@ -196,11 +196,11 @@
ee1e929d
ER
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
0cca6c71 19-command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
ee1e929d
ER
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
0cca6c71 24+#command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
ee1e929d
ER
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
0cca6c71 28
ee1e929d 29 # The following examples allow user-supplied arguments and can
0cca6c71 30Tylko w nrpe-2.12.new/sample-config: nrpe.cfg.in~
This page took 0.036507 seconds and 4 git commands to generate.