Changeset 1002 for lvs/debian/config
- Timestamp:
- Mar 5, 2009, 8:53:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lvs/debian/config/etc/nagios/nrpe.cfg
r713 r1002 3 3 # Written by: Ethan Galstad (nagios@nagios.org) 4 4 # 5 # Last Modified: 03-05-20035 # Last Modified: 11-23-2007 6 6 # 7 7 # NOTES: … … 12 12 13 13 14 # LOG FACILITY 15 # The syslog facility that should be used for logging purposes. 16 17 log_facility=daemon 18 19 20 21 # PID FILE 22 # The name of the file in which the NRPE daemon should write it's process ID 23 # number. The file is only written if the NRPE daemon is started by the root 24 # user and is running in standalone mode. 25 26 pid_file=/var/run/nrpe.pid 27 28 14 29 15 30 # PORT NUMBER … … 96 111 97 112 command_timeout=60 113 114 115 116 # CONNECTION TIMEOUT 117 # This specifies the maximum number of seconds that the NRPE daemon will 118 # wait for a connection to be established before exiting. This is sometimes 119 # seen where a network problem stops the SSL being established even though 120 # all network sessions are connected. This causes the nrpe daemons to 121 # accumulate, eating system resources. Do not set this too low. 122 123 connection_timeout=300 124 125 126 127 # WEEK RANDOM SEED OPTION 128 # This directive allows you to use SSL even if your system does not have 129 # a /dev/random or /dev/urandom (on purpose or because the necessary patches 130 # were not applied). The random number generator will be seeded from a file 131 # which is either a file pointed to by the environment valiable $RANDFILE 132 # or $HOME/.rnd. If neither exists, the pseudo random number generator will 133 # be initialized and a warning will be issued. 134 # Values: 0=only seed from /dev/[u]random, 1=also seed from weak randomness 135 136 #allow_weak_random_seed=1 98 137 99 138 … … 160 199 command[check_procs_z]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -z $ARG3$ 161 200 162 201 #command[check_users]=/usr/lib/nagios/plugins/check_users -w $ARG1$ -c $ARG2$ 202 #command[check_load]=/usr/lib/nagios/plugins/check_load -w $ARG1$ -c $ARG2$ 203 #command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ 204 #command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$ 205 206 # 207 # local configuration: 208 # if you'd prefer, you can instead place directives here 163 209 include=/etc/nagios/nrpe_local.cfg 210 211 # 212 # you can place your config snipplets into nrpe.d/ 213 include_dir=/etc/nagios/nrpe.d/ 214 215
Note: See TracChangeset
for help on using the changeset viewer.