From ceea61654c75bee7cf18abeb69d9bcc1ae83411a Mon Sep 17 00:00:00 2001 From: korenstin <korenstin@crans.org> Date: Sun, 15 Dec 2024 16:41:10 +0100 Subject: [PATCH] =?UTF-8?q?rajout=20de=20prometheus-apache-exporter=20(ret?= =?UTF-8?q?ir=C3=A9=20dans=20f7347e41d2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plays/monitoring.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plays/monitoring.yml b/plays/monitoring.yml index 680c3fc5..9c6d5590 100755 --- a/plays/monitoring.yml +++ b/plays/monitoring.yml @@ -62,6 +62,13 @@ roles: - prometheus-postfix-exporter +# Export apache metrics (avait disparu depuis f7347e41d2) +#- hosts: zamok.adm.crans.org +# vars: +# adm_ipv4: "{{ ansible_all_ipv4_addresses | ipaddr(adm_subnet) | first }}" +# roles: +# - prometheus-apache-exporter + # Monitor logs with mtail - hosts: mtail vars: -- GitLab