Cpu load monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vignesha
Posts: 115
Joined: Wed Oct 03, 2018 9:09 am

Cpu load monitoring

Post by vignesha »

Hi,

We have few requirement to monitor in nagios,

1) Multiple CPU loads (If a server has multiple CPUs – As is the case will all servers in estate) we need the load to be monitored for each CPU
individually to get correct picture.
2) Along with disk utilization, also monitor disk performance (eg response times) on servers.

Please help me to achieve the monitoring.
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Cpu load monitoring

Post by mbellerue »

The NCPA client can monitor disks individually for read/write_time, read/write_bytes, and read/write_count.

NCPA's built in CPU monitoring will monitor aggregate information across all CPUs. But you can monitor Windows Performance Counters via NCPA. This would allow you to get information on a specific CPU. Here is an example of a VM with 2 cores.

Code: Select all

/Processor Information(0,0)/Average Idle Time
/Processor Information(0,1)/Average Idle Time
The first number defines the NUMA node, the second defines the core number in that NUMA node.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked