Search found 6 matches
- Fri Apr 08, 2016 9:03 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 3.2.3 Error: Could not read object configuration
- Replies: 13
- Views: 5502
Re: Nagios Core 3.2.3 Error: Could not read object configura
root@Nagios:/etc/apache2/sites-available# ln -s /etc/apache2/sites-available/nagios.conf /etc/apache2/sites-enabled/nagios.conf root@Nagios:/etc/apache2/sites-available# sudo service apache2 restart bash: sudo: no se encontró la orden root@Nagios:/etc/apache2/sites-available# service apache2 restar...
- Thu Apr 07, 2016 8:19 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 3.2.3 Error: Could not read object configuration
- Replies: 13
- Views: 5502
Re: Nagios Core 3.2.3 Error: Could not read object configura
Can you post the nagios.conf file for us to review? Hello I followed the guide, but I have a doubt in the sector ________________ With Ubuntu 6.10, install the GD2 library With This command: sudo apt-get install libgd2-dev With Ubuntu 7.10, the GD2 library name has changed, so you'll need to use th...
- Wed Apr 06, 2016 3:05 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 3.2.3 Error: Could not read object configuration
- Replies: 13
- Views: 5502
Re: Nagios Core 3.2.3 Error: Could not read object configura
root@Nagios:/usr/local/nagios/var# cd .. root@Nagios:/usr/local/nagios# cd /etc/apache2/ root@Nagios:/etc/apache2# ls apache2.conf conf-enabled magic mods-enabled sites-available conf-available envvars mods-available ports.conf sites-enabled root@Nagios:/etc/apache2# cat apache2.conf # This is the ...
- Wed Apr 06, 2016 2:07 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 3.2.3 Error: Could not read object configuration
- Replies: 13
- Views: 5502
Re: Nagios Core 3.2.3 Error: Could not read object configura
It looks like the curl failed, can you run wget -O index "http://127.0.0.1/nagios/" ? Also, on the Nagios machine, do you have a firewall running at all? It could be blocking port 80. Hi rkennedy I have no problems with port 80 in http://localhost/ most with Apache Web Server OK and http:...
- Wed Apr 06, 2016 7:42 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 3.2.3 Error: Could not read object configuration
- Replies: 13
- Views: 5502
Re: Nagios Core 3.2.3 Error: Could not read object configura
It looks like you already have a service running for Nagios. What is the output of these commands? service nagios status netstat -an|grep :80 getenforce apachectl -v curl -v 127.0.0.1/nagios ps -ef HI sr :) FYI root@Nagios:/usr/local/nagios/var# service nagios status ● nagios.service - SYSV: Starts...
- Tue Apr 05, 2016 4:27 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 3.2.3 Error: Could not read object configuration
- Replies: 13
- Views: 5502
Nagios Core 3.2.3 Error: Could not read object configuration
also I have problems with my nagios I can not enter the ip web team tried http://192.168.1.200/nagios and I do not get, I have debian 8 plus 3.2.3 with this guide https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/quickstart-ubuntu.html but it does not work If I APACHE page root@Nag...