From aefcda4293a24e1fd1a453149ea8b52cc8be494b Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 7 Jul 2023 11:35:30 +0000 Subject: [PATCH] fix: wrong icinga api port --- group_vars/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/monitoring.yaml b/group_vars/monitoring.yaml index d50d06d..c284199 100644 --- a/group_vars/monitoring.yaml +++ b/group_vars/monitoring.yaml @@ -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" }