Hello Team,
I have been monitoring my windows cpu using the below command. Could you please help me with understanding if that command is monitoring just the single core or all the cores on my windows server?
/usr/local/nagios/libexec/check_nt -H 10.10.14.10 -s "NagPass" -p 12489 -v CPULOAD -l 5,80,90
CPU Load 0% (5 min average) | '5 min avg Load'=0%;80;90;0;100
My windows server has 12 cores.
Regards,
Windows check_cpu usage
-
jforcier
Re: Windows check_cpu usage
The check_nt command is polling the NSClient++ agent that is installed on your Windows server and aggregates an average between all CPUs.