Windows check_cpu usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ansaaft
Posts: 19
Joined: Mon Aug 20, 2018 5:08 am

Windows check_cpu usage

Post 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,
jforcier

Re: Windows check_cpu usage

Post 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.
Locked