Created
February 18, 2015 15:21
-
-
Save zouzias/5e344454740fa316ec92 to your computer and use it in GitHub Desktop.
Install nagios on CentOS client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> wget dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm | |
> rpm -ivh epel-release-6-8.noarch.rpm | |
> yum install nrpe nagios-plugins-all openssl | |
Then go to '/etc/nagios/nrpe.cfg ' | |
and update the | |
allowed_hosts=nagios.change_me.com | |
Finally, | |
sudo service nrpe restart | |
And also restart the server. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment