From b1892d6517abaf89d5deb624712b310ce3e1a5b9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 22 Aug 2024 21:45:35 +0200 Subject: grafana & prometheus --- .../prometheus/files/conflatorio/prometheus.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ansible/prometheus/files/conflatorio/prometheus.yml (limited to 'ansible/prometheus/files') diff --git a/ansible/prometheus/files/conflatorio/prometheus.yml b/ansible/prometheus/files/conflatorio/prometheus.yml new file mode 100644 index 0000000..9fc1316 --- /dev/null +++ b/ansible/prometheus/files/conflatorio/prometheus.yml @@ -0,0 +1,25 @@ +global: + scrape_interval: 15s + evaluation_interval: 15s + +rule_files: + # - "first.rules" + # - "second.rules" + +scrape_configs: + - job_name: prometheus + static_configs: + - targets: ['localhost:9090'] + + - job_name: node + static_configs: + - targets: + - "knot.vpn.trygvis.io:9100" + - "hash.vpn.trygvis.io:9323" + - "conflatorio.vpn.trygvis.io:9100" + + - job_name: bird + static_configs: + - targets: + - "knot.vpn.trygvis.io:9324" + - "conflatorio.vpn.trygvis.io:9324" -- cgit v1.2.3