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
installing nagios core from source on oracle linux 7
Re: installing nagios core from source on oracle linux 7
The following is all of the httpd configuration you'll need to do wrapped into one block of code:httpd is not install and i can't start it.
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 httpdRe: installing nagios core from source on oracle linux 7
Thanks it's working now !
Re: installing nagios core from source on oracle linux 7
I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee