Page 1 of 1

Newbie trying to get Nagios Core on CentOS working

Posted: Mon Jun 10, 2019 4:20 am
by m0bov
Hi all, firstly I am a total newbie to CentOS and Nagios Core.

I have followed https://support.nagios.com/kb/article/n ... tml#CentOS

If I hit the IP of the CentOS I get the apache webpage, if I go /nagios I get 404.

TBHI don't really know where to start but I tried rebooting the server and when I do a status check on Nagios I get a couple of errors. HOST NOTIFICATION and HOST ALERT. The first is related to notify-host-by-email and I get an error is 2 No such file or directory for the Host Alert error.

Any ideas?

Thanks,
James

Re: Newbie trying to get Nagios Core on CentOS working

Posted: Mon Jun 10, 2019 2:51 pm
by npolovenko
@m0bov, Please run this command from the command line and show me the output:

Code: Select all

 cat /etc/httpd/conf.d/* 
Then run this command:

Code: Select all

tail -f /var/log/*error*
And while it's running try to access the Core interface a few times. You should now see some errors in the console. Please copy - paste them in this thread.