Changeset 1156 for branches/fc11-dev/server/fedora/config/etc
- Timestamp:
- Jun 3, 2009, 11:25:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev/server/fedora/config/etc/nagios/nrpe.cfg
r982 r1156 3 3 # Written by: Ethan Galstad (nagios@nagios.org) 4 4 # 5 # Last Modified: 02-23-20065 # 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 14 21 # PID FILE 15 22 # The name of the file in which the NRPE daemon should write it's process ID … … 35 42 # NOTE: This option is ignored if NRPE is running under either inetd or xinetd 36 43 37 #server_address=1 92.168.1.144 #server_address=127.0.0.1 38 45 39 46 … … 45 52 # NOTE: This option is ignored if NRPE is running under either inetd or xinetd 46 53 47 nrpe_user=n agios54 nrpe_user=nrpe 48 55 49 56 … … 55 62 # NOTE: This option is ignored if NRPE is running under either inetd or xinetd 56 63 57 nrpe_group=n agios64 nrpe_group=nrpe 58 65 59 66 … … 125 132 126 133 command_timeout=60 134 135 136 137 # CONNECTION TIMEOUT 138 # This specifies the maximum number of seconds that the NRPE daemon will 139 # wait for a connection to be established before exiting. This is sometimes 140 # seen where a network problem stops the SSL being established even though 141 # all network sessions are connected. This causes the nrpe daemons to 142 # accumulate, eating system resources. Do not set this too low. 143 144 connection_timeout=300 127 145 128 146 … … 176 194 # examples only! 177 195 196 178 197 # The following examples use hardcoded command arguments... 179 198 180 199 #command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 181 200 #command[check_load]=/usr/lib64/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 182 #command[check_disk1]=/usr/lib64/nagios/plugins/check_disk -w 20 -c 10 -p /dev/hda1 183 #command[check_disk2]=/usr/lib64/nagios/plugins/check_disk -w 20 -c 10 -p /dev/hdb1 201 #command[check_hda1]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/hda1 184 202 #command[check_zombie_procs]=/usr/lib64/nagios/plugins/check_procs -w 5 -c 10 -s Z 185 203 #command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 204 186 205 187 206 # The following examples allow user-supplied arguments and can 188 207 # only be used if the NRPE daemon was compiled with support for 189 208 # command arguments *AND* the dont_blame_nrpe directive in this 190 # config file is set to '1'... 209 # config file is set to '1'. This poses a potential security risk, so 210 # make sure you read the SECURITY file before doing this. 191 211 192 212 command[check_users]=/usr/lib64/nagios/plugins/check_users -w $ARG1$ -c $ARG2$
Note: See TracChangeset
for help on using the changeset viewer.