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.