Search found 2 matches

by XoBiA
Fri Jun 13, 2014 8:19 am
Forum: Open Source Nagios Projects
Topic: Cannot See Web Interface from Remote PC
Replies: 2
Views: 1730

Re: Cannot See Web Interface from Remote PC

I found the solution to this problem. The reason was because the iptables were not allowing connections to HTTP 80 or 443 Im on CentOS 6.5 I opened /etc/sysconfig/iptables in a text editer and added these rules -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT ## Open 443 port i.e. HT...
by XoBiA
Fri Jun 13, 2014 7:16 am
Forum: Open Source Nagios Projects
Topic: Cannot See Web Interface from Remote PC
Replies: 2
Views: 1730

Cannot See Web Interface from Remote PC

Hi All, Im new to Linux/Nagios, and have stumbled across a problem. I have Nagios running inside a vm in vsphere. Almost everything is working as i want except for 2 things. When i access http://localhost/nagios or http://10.0.0.14/nagios (static ip of the nagios box) from a browser all is fine, how...