NRPE CheckCounter for memory reads/sec
Posted: Tue Sep 10, 2013 8:50 am
I am trying to setup a NRPE counter to read the Memory Reads/sec and Memory Faults/sec using the following command-
But I get the following return-
I do have another CheckCounter command which is running fine-
So I suspect its a syntax error with the actual command rather than a problem with nrpe or perfmon... But I have tried every iteration of server\memory\ that I can think of and still no luck!
Code: Select all
./check_nrpe -u -H 10.210.26.31 -c CheckCounter -a "Counter=\\Server\\Memory\\Page Reads/sec"
Code: Select all
CRIT: Counter not found: \Server\Memory\Page Reads/sec: -1073738823: The specified counter could not be found.
Code: Select all
./check_nrpe -u -H 10.210.26.31 -c CheckCounter -a "Counter=\\Server\\Bytes Total/sec" ShowAll