check_nt issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sify_nagios
Posts: 54
Joined: Thu Aug 20, 2015 8:01 am

check_nt issue

Post by sify_nagios »

Hi Team,

One of my client windows server in which i used NSClient for monitoring disk & services, i got the following errors.

Code: Select all

CPU - NSClient - ERROR: Could not get data for 5 perhaps we don't collect data this far back?

Memory - NSClient - ERROR: Failed to get PDH value.

Uptime - could not fetch information from server
I got some forum stating to rebuild the perfmon index values.. But i don't know the attribute which i have to rebuild.
Can you please help me out in brief.

Regards
Srini
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: check_nt issue

Post by lmiltchev »

In order to rebuild all windows performance counters, you would need to run the following commands from the CMD prompt:

Code: Select all

cd\windows\system32
lodctr /R
https://support.microsoft.com/en-us/kb/300956
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked