initial commit: geekworm x1208 ups prometheus exporter

This commit is contained in:
2026-04-17 20:30:34 +02:00
commit aae6cee886
11 changed files with 389 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
global:
scrape_interval: 60s
external_labels:
host: rpi
scrape_configs:
- job_name: scrape_mokhtar-rpi
metrics_path: /_prom/metrics
static_configs:
- targets: ['node-exporter:9100']
remote_write:
- url: 'https://prometheus-prod-39-prod-eu-north-0.grafana.net/api/prom/push'
basic_auth:
username: '1830601'
password: 'glc_eyJvIjoiNTM3NDYzIiwibiI6InN0YWNrLTEwNTY4MDYtaG0td3JpdGUtcHJvbWV0aGV1cy1ycGkiLCJrIjoidDlXblM2ME1EMTNNMEpKM2IycDBTMWt1IiwibSI6eyJyIjoicHJvZC1ldS1ub3J0aC0wIn19'