Page 9 of 9

Re: Error in AWS EC2 Uubuntu Monitoring

Posted: Thu Jul 06, 2017 12:55 pm
by tgriep
Yes, please post the profile, all of the NRPE config files from the remote host and a screen capture of the error.
Thanks.

Re: Error in AWS EC2 Uubuntu Monitoring

Posted: Thu Jul 06, 2017 7:22 pm
by ivp2015
Hello,

Please find bellow attachment of all profile nrpe.cfg and error screenshot,

Thnaks

Re: Error in AWS EC2 Uubuntu Monitoring

Posted: Fri Jul 07, 2017 11:01 am
by scottwilkerson
It has been mentioned numerous times that in order for the Linux Wizard to be used, you need to ONLY install NRPE from the instructions below
https://assets.nagios.com/downloads/nag ... _Agent.pdf

This does NOT place the config files where you are stating the are, and the binary shouldn't be in
/usr/sbin/nrpe

The only way for us to continue on this and make it work properly with the Wizard is to remove all version of NRPE you have previously installed and run the instructions above.

Re: Error in AWS EC2 Uubuntu Monitoring

Posted: Tue Jul 11, 2017 2:11 pm
by ivp2015
Hello Wilkerson,

I have reinstall the NRPE again according to the document but still its not work all services has been work perfectly but disk is not working from long time.

Thanks

Re: Error in AWS EC2 Uubuntu Monitoring

Posted: Tue Jul 11, 2017 2:19 pm
by dwhitfield
You need to remove all the old files, not just reinstall. The following should get you all of your NRPE files and directories: find / -name *nrpe*

Now, it's possible you have some sort of ACL where that won't work, so you may want to try find . -name *nrpe* in /usr/local/nagios too.

After you remove then reinstall, you need to rebuild your NRPE with all of the checks you want.