Error in AWS EC2 Uubuntu Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Error in AWS EC2 Uubuntu Monitoring

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ivp2015
Posts: 142
Joined: Fri Feb 20, 2015 12:32 am

Re: Error in AWS EC2 Uubuntu Monitoring

Post by ivp2015 »

Hello,

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

Thnaks
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error in AWS EC2 Uubuntu Monitoring

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ivp2015
Posts: 142
Joined: Fri Feb 20, 2015 12:32 am

Re: Error in AWS EC2 Uubuntu Monitoring

Post 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
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Error in AWS EC2 Uubuntu Monitoring

Post 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.
Locked