Search found 4 matches
- Tue Sep 01, 2015 9:12 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Web not working
- Replies: 5
- Views: 2033
Re: Nagios Web not working
Yes, please mark it as resolved.
- Tue Sep 01, 2015 4:41 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Web not working
- Replies: 5
- Views: 2033
Re: Nagios Web not working
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".
- Mon Aug 31, 2015 4:56 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Web not working
- Replies: 5
- Views: 2033
Re: Nagios Web not working
The output of
is:
The version of CentOS is 6.6
Code: Select all
service nagios statusis:
Code: Select all
nagios (pid 25461) is running...
- Mon Aug 31, 2015 4:20 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Web not working
- Replies: 5
- Views: 2033
Nagios Web not working
I followed the instructions at https://assets.nagios.com/downloads/nagioscore/docs/Installing_Nagios_Core_From_Source.pdf to install Nagios on CentOS. However, when I run: curl -I http://localhost/nagios I get the following output: HTTP/1.1 404 Not Found Date: Mon, 31 Aug 2015 20:56:35 GMT Server: A...