From 0ef5ffa425f5dc337363641d9e438f0fd944cc09 Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Wed, 22 Apr 2026 21:27:08 +0100 Subject: [PATCH] fix: Add octopus_exporter job configuration --- ansible/services/prometheus/prometheus.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/services/prometheus/prometheus.yml.j2 b/ansible/services/prometheus/prometheus.yml.j2 index f755d00..637ca80 100644 --- a/ansible/services/prometheus/prometheus.yml.j2 +++ b/ansible/services/prometheus/prometheus.yml.j2 @@ -20,6 +20,10 @@ scrape_configs: static_configs: - targets: ["localhost:9090"] + - job_name: "octopus_exporter" + static_configs: + - targets: ["100.123.72.87:9359"] + - job_name: "node_exporter" static_configs: {% for host in groups['all'] | sort %}