check_nt perfmon counters
Posted: Mon Mar 25, 2013 10:29 am
I am encountering an issue with the check_nt COUNTERS command:
I am able to properly get information on some counters, such as CPU utilization:
same host, different counters:
These worked last week, just encountered the issue starting this morning. I have double checked the counter path and instance spelling, it seems that it gets to the server, but does not pull the information properly- the count should be in the thousands (as it is when viewed through a perfmon console.)
hoping someone has some idea what MAY be going on here- i have exhausted the limit of my troubleshooting of this issue.
I am able to properly get information on some counters, such as CPU utilization:
Code: Select all
/usr/local/nagios/libexec/check_nt -H 11.0.0.0 -s "nsclient" -p 12489 -v COUNTER -l "\\processor(_Total)\\% processor time","Percent Utilized "
Percent Utilized = 14.98 % | 'Percent Utilized '=14.983200%;0.000000;0.000000;Code: Select all
/usr/local/nagios/libexec/check_nt -H 11.0.0.0 -s "nsclient" -p 12489 -v COUNTER -l "\\XXX.ExegyAPIWrapper.Sessions(XXX2_XXX.02p_sess_0)\\Messages/sec","%.f Messages\Sec"
0 Messages\Sec | '%.f Messages\Sec'=0.000000%;0.000000;0.000000;
hoping someone has some idea what MAY be going on here- i have exhausted the limit of my troubleshooting of this issue.