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