Skip to content

Instantly share code, notes, and snippets.

@include
Created January 15, 2014 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save include/8437428 to your computer and use it in GitHub Desktop.
Save include/8437428 to your computer and use it in GitHub Desktop.
# NAGIOS LAZY ./CONFIGURE NOTES
export VERSION="3.5.1"
./configure
--prefix=/servers/MONIT/nagios-${VERSION}
--cache-file=/servers/MONIT/nagios-${VERSION}/var/nagios.cache
--with-lockfile=/servers/MONIT/nagios-${VERSION}/var/nagios.lock
--with-checkresults-dir=/servers/MONIT/nagios-${VERSION}/var/checkresults
--with-cgiurl=/MONIT/nagios/cgi-bin
--with-htmurl=/MONIT/nagios
--with-httpd-conf=/servers/etc/MONIT/apache2/
--with-temp-dir=/tmp
--with-init-dir=/etc/init.d
--with-gd-lib=/usr/lib
--with-gd-inc=/usr/include
--enable-event-broker
--enable-nanosleep
--with-nagios-user=nagios
--with-nagios-group=nagios
--with-command-user=nagios
--with-command-group=nagios
make all
make install
make install-init
make install-commandmode
make install-config
make install-exfoliation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment