Linux - Nagios handy commands examples, Commands used in nagios clients nrpe.cfg
Nagios handy commands examples
Below are some of the handy commands which are used in nagios client configuration. Nagios clients file monitors the client and it send report to server. Below commands are few useful tips which will be very much useful when you configure the nagios. nagios is one of the best monitoring utility which are used in a huge environment.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_hda1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/hda1 command[check_hda1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/sda1 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_dns]=/usr/local/nagios/libexec/check_dns -H localhost command[check_http]=/usr/local/nagios/libexec/check_http -H localhost -I 127.0.0.1 command[check_ssh]=/usr/local/nagios/libexec/check_ssh -p 6928 localhost command[check_hosts]=/usr/local/nagios/libexec/check_ping -H localhost -w 100,20 % -c 500,60%
The topic on Linux - Nagios handy commands examples is posted by - Math
Hope you have enjoyed, Linux - Nagios handy commands examplesThanks for your time