File nrpe-config.patch of Package nrpe (Revision 78113841e70384481674de1df302db59)
Currently displaying revision 78113841e70384481674de1df302db59, show latest
x
1
--- sample-config/nrpe.cfg.in.orig 2010-04-20 09:02:50.459690200 +0200
2
+++ sample-config/nrpe.cfg.in 2010-04-20 09:03:38.218535336 +0200
3
4
# without asking for a password. If you do this, make sure you don't give
5
# random users write access to that directory or its contents!
6
7
-# command_prefix=/usr/bin/sudo
8
+command_prefix=/usr/bin/sudo
9
10
11
12
13
#command[check_load]=@libexecdir@/check_load -w $ARG1$ -c $ARG2$
14
#command[check_disk]=@libexecdir@/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
15
#command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
16
+
17
+#
18
+# local configuration:
19
+# if you'd prefer, you can instead place directives here
20
+include=/etc/nagios/nrpe_local.cfg
21
+
22
+#
23
+# you can place your config snipplets into nrpe.d/
24
+include_dir=/etc/nagios/nrpe.d/
25
+
26