From 3ea06794b3e8e5a854d6a331a914155102ffac17 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 8 Jul 2023 14:10:25 +0000 Subject: [PATCH] fix: nsca ng port/icinga api port confusion --- group_vars/monitoring.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/group_vars/monitoring.yaml b/group_vars/monitoring.yaml index c284199..a781164 100644 --- a/group_vars/monitoring.yaml +++ b/group_vars/monitoring.yaml @@ -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" }