Added raspberry exporter to prometheus
This commit is contained in:
41
prometheus-grafana/prometheus.yml
Normal file
41
prometheus-grafana/prometheus.yml
Normal 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
|
||||||
Reference in New Issue
Block a user