source: nrpe-client/linux/x86_64/etc/nagios/nrpe.cfg @ 370b2c7

Revision 370b2c7, 530 bytes checked in by root <root@…>, 19 months ago (diff)

check_procs.sh added to manual installer

  • Property mode set to 100644
Line 
1log_facility=daemon
2pid_file=/var/run/nrpe/nrpe.pid
3server_port=5666
4nrpe_user=nrpe
5nrpe_group=nrpe
6
7# Replace this with actual ip address of your nagios server
8allowed_hosts=IP_ADDRESS_OF_NAGIOS
9 
10dont_blame_nrpe=1
11debug=0
12command_timeout=60
13connection_timeout=300
14include_dir=/etc/nrpe.d/
15
16
17command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10
18command[check_hda1]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/hda1
19command[check_zombie_procs]=/usr/lib64/nagios/plugins/check_procs -w 5 -c 10 -s Z
20
Note: See TracBrowser for help on using the repository browser.