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"]