Page 1 of 1

installing nagios core from source on oracle linux 7

Posted: Tue Jul 07, 2015 3:36 am
by sbacarach
Hello
I try to install nagios on oracle linux 7 from this documentation :
https://assets.nagios.com/downloads/nag ... Source.pdf

I have issue the httpd is not install and i can't start it.

anyone have an idea about this issue ?
thanks a lot

Re: installing nagios core from source on oracle linux 7

Posted: Tue Jul 07, 2015 9:09 am
by jolson
httpd is not install and i can't start it.
The following is all of the httpd configuration you'll need to do wrapped into one block of code:

Code: Select all

yum install httpd
cd <nagioscorefolder>
./configure --with-command-group=nagcmd
make install-webconf
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
systemctl start httpd

Re: installing nagios core from source on oracle linux 7

Posted: Thu Jul 09, 2015 9:41 am
by sbacarach
Thanks it's working now !

Re: installing nagios core from source on oracle linux 7

Posted: Thu Jul 09, 2015 9:55 am
by tmcdonald
I'll be closing this thread now, but feel free to open another if you need anything in the future!