Page 1 of 1
Can i have the monitor data direct from the nrpe
Posted: Tue Apr 30, 2013 8:13 pm
by speerless
I install nrep to the object device ,and get the monitor information on the monitor host by nagios. what i want ask is, if there is any possible that i can get the monitor data directly from the nrpe on the object device. what i want to do is :by get the monitor data locality,I can display its status by itself.In other word,i want the object show its own related information.
If you understand me and know something ,please help me ,thank you!
Re: Can i have the monitor data direct from the nrpe
Posted: Wed May 01, 2013 10:33 am
by slansing
Are you asking how to use a NRPE client to locally show the data it is reaping? And not send it to Nagios? While this may be feasible you would need to run the check locally. You do not want any of the NRPE checks to return data to Nagios? This sounds like an independent monitoring solution that would be placed on each device and is not something that we have developed nor do I believe we will be in the foreseeable future as the objective of NRPE is to grab the data, and return it to your monitoring solution "Nagios." NRPE is a Remote Plugin Executor.
Though, you can "as was mentioned above" locally execute these checks as you more than likely have the Nagios plugins package on the device.
Re: Can i have the monitor data direct from the nrpe
Posted: Mon May 06, 2013 1:48 am
by speerless
Thanks for your help ,i have got it! Thank you again!