Can't acces Nagios web interface
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.
Re: Can't acces Nagios web interface
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.
"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.
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.
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 –vRe: 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.
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.