Installing Core from Source - Documentation Suggestion
Posted: Mon Jun 09, 2014 4:38 am
I was playing around with installing Nagios Core from Source on some CentOS boxes following the document "Nagios - Installing Nagios Core From Source" pdf.
I couldn't access the Nagios web interface until I allowed firewall rules with iptables.
I think there needs to be a section with these following two lines:
I couldn't access the Nagios web interface until I allowed firewall rules with iptables.
I think there needs to be a section with these following two lines:
Code: Select all
iptables -I INPUT -p tcp --destination-port 80 -j ACCEPT
/sbin/service iptables save