From 9f717ba16a3e0513cc6f7d237e306cd37a3c7875 Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Fri, 2 Jan 2026 17:47:23 -0500 Subject: [PATCH] Add gateway job to prometheus --- prometheus/templates/prometheus.yml.j2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/prometheus/templates/prometheus.yml.j2 b/prometheus/templates/prometheus.yml.j2 index e8e7b8b..035f603 100644 --- a/prometheus/templates/prometheus.yml.j2 +++ b/prometheus/templates/prometheus.yml.j2 @@ -1,5 +1,5 @@ global: - scrape_interval: 15s + scrape_interval: 15s evaluation_interval: 15s rule_files: @@ -9,4 +9,7 @@ rule_files: scrape_configs: - job_name: prometheus static_configs: - - targets: ['localhost:9090'] + - targets: ["localhost:9090"] + - job_name: gateway + static_configs: + - targets: ["openwrt.malcolms.xyz:9100"]