Search found 13 matches

by Yurian00
Thu Dec 12, 2013 10:02 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

Yes, is working fine.

Now I'm spending time about how I must use Nagios HP MSA P2000 Status and Performance Monitor.


Thank you all very much for your help.
by Yurian00
Thu Dec 12, 2013 2:06 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

Yes, I try Mozilla an Firefox. Finally a colleague of mine found where was the issue. The problem was the IPTables firewall on the server. It wasn’t allowing port 80 so he modified it. iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport http -j ACCEPT iptables -A INPUT -p ...
by Yurian00
Wed Dec 11, 2013 11:44 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

I have clear it using development tools but the result is the same. It keeps loading for a while and then I obtain that the webpage can't be showed.
by Yurian00
Wed Dec 11, 2013 11:20 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

NO, just received this message.
by Yurian00
Wed Dec 11, 2013 2:41 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

This is the result: ]# curl http://localhost/nagios curl: (7) couldn't connect to host An this one is the result pointing to the IP address: # curl http://XXX.XXX.XXX.XXX/nagios <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head...
by Yurian00
Tue Dec 10, 2013 11:44 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

I still can't access. This is the log: [Mon Dec 09 19:09:20 2013] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Mon Dec 09 19:09:20 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Dec 09 19:09:20 2013] [notice] Digest: generating...
by Yurian00
Tue Dec 10, 2013 3:58 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

In addition.

If I try to access the default web page "http://xxx.xxx.xxx.xxx" I obtain the same results so maybe it is related with Apache.
by Yurian00
Tue Dec 10, 2013 2:30 am
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

lmiltchev I check again the file and I have this line, I think that I lost it during copying the text.

Abris, I've tried but it still being the same. I obtain a time out few seconds after.

Regards.
by Yurian00
Mon Dec 09, 2013 1:01 pm
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

Yes, I did it.
by Yurian00
Mon Dec 09, 2013 12:25 pm
Forum: Open Source Nagios Projects
Topic: Can't acces Nagios web interface
Replies: 24
Views: 44387

Re: Can't acces Nagios web interface

Curl result: # curl localhost <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <head> <title>Apache HTTP Server Test Page powered by CentOS</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8&q...