fix: nsca ng port/icinga api port confusion

This commit is contained in:
2023-07-08 14:10:25 +00:00
parent 2b35b38318
commit 3ea06794b3

View File

@@ -2,4 +2,5 @@ monitoring_master: true
extra_internal_iptables_ports_allow:
- { "protocol" : "tcp", "port" : 8086, "comment" : "influx" }
- { "protocol" : "tcp", "port" : 514, "comment" : "rsyslog" }
- { "protocol" : "tcp", "port" : 5665, "comment" : "nsca-ng" }
- { "protocol" : "tcp", "port" : 5665, "comment" : "icinga-api" }
- { "protocol" : "tcp", "port" : 5668, "comment" : "nsca" }