Page 1 of 1

Windows check_cpu usage

Posted: Wed Sep 19, 2018 2:07 am
by ansaaft
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,

Re: Windows check_cpu usage

Posted: Wed Sep 19, 2018 10:13 am
by jforcier
The check_nt command is polling the NSClient++ agent that is installed on your Windows server and aggregates an average between all CPUs.