Can't acces Nagios web interface

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Yurian00
Posts: 13
Joined: Mon Dec 09, 2013 5:53 am

Re: Can't acces Nagios web interface

Post by Yurian00 »

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.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Can't acces Nagios web interface

Post by abrist »

Can you try a different browser?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Yurian00
Posts: 13
Joined: Mon Dec 09, 2013 5:53 am

Re: Can't acces Nagios web interface

Post by Yurian00 »

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.

Code: Select all

iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport http -j ACCEPT
iptables -A INPUT -p tcp --dport https -j ACCEPT
iptables-save > /etc/sysconfig/iptables
/etc/init.d/iptables restart

iptables -L –v
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Can't acces Nagios web interface

Post by tmcdonald »

Are things working now?
Former Nagios employee
Yurian00
Posts: 13
Joined: Mon Dec 09, 2013 5:53 am

Re: Can't acces Nagios web interface

Post by Yurian00 »

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.
Locked