Yes, please post the profile, all of the NRPE config files from the remote host and a screen capture of the error.
Thanks.
Error in AWS EC2 Uubuntu Monitoring
Re: Error in AWS EC2 Uubuntu Monitoring
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Error in AWS EC2 Uubuntu Monitoring
Hello,
Please find bellow attachment of all profile nrpe.cfg and error screenshot,
Thnaks
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
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.
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
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
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
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.
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.