Page 1 of 1
Nagios Web not working
Posted: Mon Aug 31, 2015 4:20 pm
by vbelenky
I followed the instructions at
https://assets.nagios.com/downloads/nag ... Source.pdf to install Nagios on CentOS. However, when I run:
I get the following output:
Code: Select all
HTTP/1.1 404 Not Found
Date: Mon, 31 Aug 2015 20:56:35 GMT
Server: Apache/2.2.15 (CentOS)
Connection: close
Content-Type: text/html; charset=iso-8859-1
I went through many threads on this forum but still can't get it to work.
Please help.
Re: Nagios Web not working
Posted: Mon Aug 31, 2015 4:28 pm
by hsmith
vbelenky wrote:I followed the instructions at
https://assets.nagios.com/downloads/nag ... Source.pdf to install Nagios on CentOS. However, when I run:
I get the following output:
Code: Select all
HTTP/1.1 404 Not Found
Date: Mon, 31 Aug 2015 20:56:35 GMT
Server: Apache/2.2.15 (CentOS)
Connection: close
Content-Type: text/html; charset=iso-8859-1
I went through many threads on this forum but still can't get it to work.
Please help.
Can you please post the output of a
service nagios status?
What version of CentOS are you running?
Re: Nagios Web not working
Posted: Mon Aug 31, 2015 4:56 pm
by vbelenky
The output of
is:
The version of CentOS is 6.6
Re: Nagios Web not working
Posted: Tue Sep 01, 2015 4:41 am
by vbelenky
I solved this problem. Inside "/etc/httpd/conf.d/nagios.conf" I uncommented the 2 lines "Allow from 127.0.0.1" and restarted apache "service httpd restart".
Re: Nagios Web not working
Posted: Tue Sep 01, 2015 9:09 am
by hsmith
vbelenky wrote:I solved this problem. Inside "/etc/httpd/conf.d/nagios.conf" I uncommented the 2 lines "Allow from 127.0.0.1" and restarted apache "service httpd restart".
Hm, I thought it would do that for you...not an issue we normally run into. Thanks for the update and including the resolution.
Are we all right to mark this one 'resolved'?
Re: Nagios Web not working
Posted: Tue Sep 01, 2015 9:12 am
by vbelenky
Yes, please mark it as resolved.