Posts filed under 'Nrpe'
Nrpe.conf Enteries – mysql, exim, dns, zombie
vi /etc/nrpe.conf
command[check_users]=/usr/local/nagios/libexec/check_users -w 5 -c 10
command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20
command[check_disk1]=/usr/local/nagios/libexec/check_disk -w 20 -c 10 -p /dev/hda1
command[check_disk2]=/usr/local/nagios/libexec/check_disk -w 20 -c 10 -p /dev/hdb1
command[check_zombie_procs]=/usr/local/nagios/libexec/check_procs -w 5 -c 10 -s Z
command[check_total_procs]=/usr/local/nagios/libexec/check_procs -w 150 -c 200
command[check_mysql]=/usr/local/nagios/libexec/check_mysql -H 209.85.53.165
command[check_eximmailqueue]=/usr/local/nagios/libexec/check_eximmailqueue -w 20 -c 100
command[check_swap]=/usr/local/nagios/libexec/check_swap -w 99% -c 90%
command[check_dns]=/usr/local/nagios/libexec/check_dns -H 209.85.53.165
command[check_http]=/usr/local/nagios/libexec/check_http -H 209.85.53.165
Add comment February 4, 2009