installing nagios core from source on oracle linux 7

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
sbacarach
Posts: 9
Joined: Tue Jul 07, 2015 3:14 am

installing nagios core from source on oracle linux 7

Post 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
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: installing nagios core from source on oracle linux 7

Post 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
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
sbacarach
Posts: 9
Joined: Tue Jul 07, 2015 3:14 am

Re: installing nagios core from source on oracle linux 7

Post by sbacarach »

Thanks it's working now !
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: installing nagios core from source on oracle linux 7

Post by tmcdonald »

I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee
Locked