From e5be09656bd55611b60ee3ca4a79e0465725487c Mon Sep 17 00:00:00 2001 From: Jeltz Date: Sat, 6 Mar 2021 01:58:02 +0100 Subject: [PATCH] Monitor yggdrasil from prometheus-aurore --- monitoring.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring.yml b/monitoring.yml index f83c2e0..c7c9927 100755 --- a/monitoring.yml +++ b/monitoring.yml @@ -84,11 +84,15 @@ vars: prometheus_alertmanager: docker-ovh.adm.auro.re:9093 snmp_unifi_password: "{{ vault_snmp_unifi_password }}" + snmp_switch_community: "{{ vault_snmp_switch_community }}" # Prometheus targets.json prometheus_targets: - targets: | {{ groups['aurore_pve'] + groups['aurore_vm'] | list | sort }} + prometheus_switch_snmp_targets: + - targets: + - yggdrasil.switch.auro.re roles: - prometheus