Re: CPU usage just stopped working
Posted: Thu Sep 10, 2015 3:02 pm
How realistic is upgrading to one of the newer versions of NSClient?
Support for Nagios products and services
https://support.nagios.com/forum/
This should not affect Nagios whatsoever. I'd back up your .ini from the Windows folder, and then uninstall via control panel (if it is an option in your version) and then install the new one.steve.chambers wrote:as long as I don't have to upgrade Nagios or make any major changes otherwise that should not be a problem.
Can I just install over top of what is already there or is there a different recommended procedure?
Code: Select all
Get-Counter "\Processor Information(*)\Processor Frequency"Code: Select all
check_xi_service_nsclient!PASSWORD!CPULOAD!-l 5,80,90Code: Select all
Timestamp CounterSamples
--------- --------------
9/11/2015 10:30:58 AM \\stagedb\network interface(vmxnet3 ethernet adapter)\bytes total/sec :
814.670164577896
\\stagedb\network interface(isatap.{35aa846e-3f41-4533-a1b5-e36b7ff9adcb})\bytes total/sec :
0
\\stagedb\processor(_total)\% processor time :
0.10638669816645
\\stagedb\memory\% committed bytes in use :
32.806102812547
\\stagedb\memory\cache faults/sec :
0
\\stagedb\physicaldisk(_total)\% disk time :
0
\\stagedb\physicaldisk(_total)\current disk queue length :
0
Code: Select all
cd c:\Windows\System32
lodctr /R
cd c:\Windows\SysWOW64
lodctr /R
WINMGMT.EXE /RESYNCPERFCode: Select all
net stop pla && net start plaCode: Select all
net stop Winmgmt && net start Winmgmt