17 lines
523 B
YAML
17 lines
523 B
YAML
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'
|