From 6fe6c779c41748d2ba140fb5e6635545a4f019ba Mon Sep 17 00:00:00 2001 From: kenny Date: Mon, 12 Jan 2026 02:21:13 +0200 Subject: [PATCH] Added puter node_exporter --- prometheus-grafana/prometheus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prometheus-grafana/prometheus.yml b/prometheus-grafana/prometheus.yml index c0572b7..8b66568 100644 --- a/prometheus-grafana/prometheus.yml +++ b/prometheus-grafana/prometheus.yml @@ -9,6 +9,11 @@ scrape_configs: basic_auth: username: 'theo' password: 'L33TSUP@H4x0r' + - job_name: 'puter' + static_configs: + - targets: ['10.0.0.3:9100'] + metrics_path: /metrics + scheme: http - job_name: 'box' static_configs: - targets: ['10.0.0.4:9100']