Skip to content

Instantly share code, notes, and snippets.

@bdossantos
Last active October 9, 2015 15:17
Show Gist options
  • Select an option

  • Save bdossantos/3529034 to your computer and use it in GitHub Desktop.

Select an option

Save bdossantos/3529034 to your computer and use it in GitHub Desktop.
Install check_nrpe for shinken
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