Nagios XI default mornitor port 5666 and 5667
For Nagios XI to monitor remote Linux servers on default port, we need
to open 5666 and 5667 in the to be monitored linux servers, for example:
to open 5666 and 5667 in the to be monitored linux servers, for example:
vi /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 5666 -s 192.168.3.75 -j ACCEPT192.168.3.75 is your Nagios XI server
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 5667 -s 192.168.3.75 -j ACCEPT
Comments
Post a Comment