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 %}