I want to add a service to Nagios to monitor the CPU load of a Windows machine. If I were editing the file manually it would look something like this:
define service{
use generic-service
host_name winserver
service_description CPU Load
check_command check_nt!CPULOAD!-l 5,80,90
}
In Nagios Admin, how do I specify the arguments for the check_nt command? I tried the Nagios Administration site but could not find English documentation.
Thanks.
Adding service via Nagios Admin
Check out the JumpBox Wiki, there is an explanation of how to do approximately what you want:
http://wiki.jumpbox.com/doc/app/nagios3/faq/monitoring_windows
Austin
Adding service via Nagios Admin
Thanks! That actually had exactly what I needed. I am new here and I did not even realize that they had the wiki there.