zabbix: ensure zabbix can communicate with releng machines

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-02-09 13:04:46 +00:00
parent 216ac2359a
commit 7d63531b82
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -26,6 +26,9 @@
-A INPUT -p tcp -m tcp -s 38.145.60.15 --dport 5666 -j ACCEPT -A INPUT -p tcp -m tcp -s 38.145.60.15 --dport 5666 -j ACCEPT
-A INPUT -p tcp -m tcp -s 10.3.163.10 --dport 5666 -j ACCEPT -A INPUT -p tcp -m tcp -s 10.3.163.10 --dport 5666 -j ACCEPT
-A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5666 -j ACCEPT -A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5666 -j ACCEPT
# Zabbix
-A INPUT -p tcp -m tcp --dport 10051 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 10050 -s 10.3.163.198 -j ACCEPT
# if the blocked_ips is defined - drop them # if the blocked_ips is defined - drop them
{% if blocked_ips is defined %} {% if blocked_ips is defined %}