]> git.pld-linux.org Git - packages/nagios-nrpe.git/blame - nagios-nrpe-config.patch
- help very stupid configure find ssl libs
[packages/nagios-nrpe.git] / nagios-nrpe-config.patch
CommitLineData
56070b30
ER
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
0cca6c71 3@@ -23,7 +23,7 @@
3c30292c
ER
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
56070b30
ER
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 @@
ee1e929d
ER
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
0cca6c71 28-command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
ee1e929d
ER
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
0cca6c71 33+#command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
ee1e929d
ER
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
0cca6c71 37
ee1e929d 38 # The following examples allow user-supplied arguments and can
This page took 0.04475 seconds and 4 git commands to generate.