Added raspberry exporter to prometheus

This commit is contained in:
2026-01-12 01:30:35 +02:00
parent 8b6b484a00
commit 9e5204435d

View File

@@ -0,0 +1,41 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'caddy'
static_configs:
- targets: ['mycloudhaus.xyz']
metrics_path: /metrics
basic_auth:
username: 'theo'
password: 'L33TSUP@H4x0r'
- job_name: 'box'
static_configs:
- targets: ['10.0.0.1:9100']
metrics_path: /metrics
scheme: http
- job_name: 'bigbox'
static_configs:
- targets: ['10.0.0.2:9100']
metrics_path: /metrics
scheme: http
- job_name: 'searxng'
metrics_path: /metrics
scheme: https
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ['searxng.mycloudhaus.xyz']
basic_auth:
username: metrics
password: shS5SPW22S29ZkJWLDI
- job_name: 'f2b'
static_configs:
- targets: ['10.0.0.1:9991']
metrics_path: /metrics
scheme: http
- job_name: 'crowdsec'
static_configs:
- targets: ['10.0.0.1:6060']
metrics_path: /metrics
scheme: http