NSClient check_cpu
Posted: Mon Nov 25, 2019 3:44 am
Hi,
This may be the wrong place to ask this, I know NSClient is not a Nagios supported product but my manager has asked me to ask anyway.
It relates to the NSClient command check check_cpu:
There does not appear to be any documentation on the time argument, explaining how the NSClient can check at different time intervals.
Does the NSClient:
Regards,
Andy
This may be the wrong place to ask this, I know NSClient is not a Nagios supported product but my manager has asked me to ask anyway.
It relates to the NSClient command check check_cpu:
There does not appear to be any documentation on the time argument, explaining how the NSClient can check at different time intervals.
Does the NSClient:
- Save the values of the CPU load every 5 seconds.
Therefore, this enables you to report on an average figure over a time period
How far in time can you go back – 15 minutes or since the nsclient agent was restarted? - Where does the CPU load value comes from? - performance counters?:
CounterName = "% Processor Time";CategoryName = "Processor";InstanceName = "_Total";
Regards,
Andy