diff --git a/monitoring.yml b/monitoring.yml index 049d418..5681331 100644 --- a/monitoring.yml +++ b/monitoring.yml @@ -5,7 +5,7 @@ # Prometheus targets.json prometheus_targets: - labels: {job: node} - targets: "{{ groups['pacaterie'] | map('replace', '.org', '.org:9100') | list | sort }}" + targets: "{{ groups['pacaterie'] | map('replace', '.re', '.re:9100') | list | sort }}" - labels: {job: prometheus} targets: ['localhost:9090'] roles: