Happy Tuesday,
When it comes to the NSClient++, we are running 0.3.9 and have CPULOAD monitors setup across the board using check_nt. We are curious on what data the NSClient is pulling when reporting back on the CPU %. Would someone be able to assist?
Thanks!
NSCClient++ check_nt CPULOAD
-
FrontlineIT
- Posts: 94
- Joined: Tue Jul 26, 2016 8:46 am
Re: NSCClient++ check_nt CPULOAD
For example, is the client getting its data from Resource Monitor? Thanks again.
Re: NSCClient++ check_nt CPULOAD
That's probably a better question for the NSClient++ forums.FrontlineIT wrote:We are curious on what data the NSClient is pulling when reporting back on the CPU %
I am not an expert on NSClient++, but as far as I can tell checkCPU (for 0.3.9 anyway) references the following Windows performance counters:
Code: Select all
#define C_SYSTEM_CPU_BUFFER_TIME _T("CPUBufferSize")
#define C_SYSTEM_CPU _T("SystemTotalProcessorTime")
#define C_SYSTEM_MEM_CPU_DEFAULT _T("\\Processor(_total)\\% Processor Time")
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: NSCClient++ check_nt CPULOAD
Thanks @mcapra for the help. @FrontlineIT let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!