From 35a3b59098019ae70bd25494d4167ba2204c3c89 Mon Sep 17 00:00:00 2001 From: g4st3r Date: Sat, 7 Mar 2026 20:14:04 +0000 Subject: [PATCH] Add revproxy node-exporter scrape target --- monitoring/prometheus/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 056ffce..534d30c 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -26,3 +26,7 @@ scrape_configs: - job_name: smartctl static_configs: - targets: ["smartctl-exporter:9633"] + + - job_name: revproxy-node + static_configs: + - targets: ["10.8.0.1:9100"]