From 6bbf19e25592f2940825b31d3c0cc53f1d02c93a Mon Sep 17 00:00:00 2001 From: kenny Date: Mon, 12 Jan 2026 01:37:46 +0200 Subject: [PATCH] Corrected box IP after curling from cloudhaus --- prometheus-grafana/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-grafana/prometheus.yml b/prometheus-grafana/prometheus.yml index 2c1dc93..c0572b7 100644 --- a/prometheus-grafana/prometheus.yml +++ b/prometheus-grafana/prometheus.yml @@ -11,7 +11,7 @@ scrape_configs: password: 'L33TSUP@H4x0r' - job_name: 'box' static_configs: - - targets: ['10.0.0.1:9100'] + - targets: ['10.0.0.4:9100'] metrics_path: /metrics scheme: http - job_name: 'bigbox'