Last active
October 9, 2015 15:17
-
-
Save bdossantos/3529034 to your computer and use it in GitHub Desktop.
Install check_nrpe for shinken
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
| cd /usr/local/src/ | |
| wget http://prdownloads.sourceforge.net/sourceforge/nagios/nrpe-2.14.tar.gz | |
| tar -zxf nrpe-2.14.tar.gz | |
| cd nrpe-2.14 | |
| ./configure --with-nagios-user=shinken --with-nagios-group=shinken --libexecdir=/usr/local/shinken/libexec --enable-libtap --enable-extra-opts --enable-perl-MODULES | |
| make all | |
| make install-plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment