fix: wrong icinga api port

This commit is contained in:
2023-07-07 11:35:30 +00:00
parent dbbe985d9e
commit aefcda4293

View File

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