Added puter node_exporter

This commit is contained in:
2026-01-12 02:21:13 +02:00
parent 6bbf19e255
commit 6fe6c779c4

View File

@@ -9,6 +9,11 @@ scrape_configs:
basic_auth: basic_auth:
username: 'theo' username: 'theo'
password: 'L33TSUP@H4x0r' password: 'L33TSUP@H4x0r'
- job_name: 'puter'
static_configs:
- targets: ['10.0.0.3:9100']
metrics_path: /metrics
scheme: http
- job_name: 'box' - job_name: 'box'
static_configs: static_configs:
- targets: ['10.0.0.4:9100'] - targets: ['10.0.0.4:9100']