From 56bec98afc750916de631a867de932cd2d6f2ccc Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Wed, 22 Apr 2026 21:28:14 +0100 Subject: [PATCH] fix: Add octopus_exporter job configuration (#68) --- 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 %}