From 3f1bd762c5f22f16263cc2116a11a4c281d305d9 Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Fri, 2 Jan 2026 17:54:44 -0500 Subject: [PATCH] Split prometheus into 2 jobs --- 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 035f603..fc8ec77 100644 --- a/prometheus/templates/prometheus.yml.j2 +++ b/prometheus/templates/prometheus.yml.j2 @@ -10,6 +10,9 @@ scrape_configs: - job_name: prometheus static_configs: - targets: ["localhost:9090"] - - job_name: gateway + - job_name: gateway_ucode static_configs: - - targets: ["openwrt.malcolms.xyz:9100"] + - targets: ["10.1.1.1:80"] + - job_name: gateway_lua + static_configs: + - targets: ["10.1.1.1:9100"]