NSClient++ Help (#1) - check_nt Counter and performance data (#3) - Message List
Hi all
When I run below command
./check_nt -H 1.2.3.4 -p 1234 -s xXy -v COUNTER -l "\System\Processes" -w 10 SHOWALL
I get number of running processes, this is fine, but if I need performance data on my check_nt command, how do I do this..
When using check_nrpe i get 0 as result and a view log :( I know counter is present, it returns a number, just not as performance data
How can I correct this??
Regards
Spider
-
Message #12
check_nt does not (I think) really support performance data, it is (if it does) a local feature, check_nt protocol IIRC is mainly local based so I would were I you move to NRPE instead as it is much better...
MickeM04/09/07 11:35:16 (5 years ago) -
Message #1025
There is an alternative check_nt source which was created to go along with nc_net and can be downloaded from http://www.shatterit.com/nc_net/files/check_nt.c
To compile it, simply replace your existing check_nt.c with this one and recompile your plugins.
I believe this handles perf data much better than the normal check_nt and there are a few other things which work better too.
averyjim01/28/09 18:35:19 (3 years ago)







