From 6949cc202f932953e51fa352f1a0358b6da05dd9 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Thu, 2 Nov 2023 21:32:32 +0100 Subject: [PATCH] =?UTF-8?q?firewall:=20allow=20monit=20=E2=86=92=20prometh?= =?UTF-8?q?eus-bird-exporter=20on=20infra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_vars/infra/firewall.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/group_vars/infra/firewall.yml b/group_vars/infra/firewall.yml index 43fa1aa..a1386bc 100644 --- a/group_vars/infra/firewall.yml +++ b/group_vars/infra/firewall.yml @@ -111,6 +111,11 @@ firewall__input: tcp: dport: 9100 verdict: accept + - src: monit + protocols: + tcp: + dport: 9324 + verdict: accept - protocols: icmp: true verdict: accept