I’m running NSClient++ 0.4.3.88
I’m attempting to setup a NagiosXI service to check Windows performance counters using NSClient++ NRPE (check_nrpe). Even though I set the threshold values (MaxWarn & MaxCrit), the return is always zero (0;0). I used the Processor Time counter as an example and put a 100% load on the cpu. Am I missing something?
./check_nrpe -H x.x.x.x -p 5666 -c CheckCounter -a “Counter=\\Processor Information(_Total)\\% Processor Time” ShowAll MaxWarn=80 MaxCrit=90
OK: |’\Processor Information(_Total)\% Processor Time’=100;0;0