mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 04:22:54 +02:00
18 lines
348 B
YAML
18 lines
348 B
YAML
global:
|
|
scrape_interval: 30s
|
|
|
|
# alerting:
|
|
# alertmanagers:
|
|
# - static_configs:
|
|
# - targets:
|
|
# - alertmanager:9093
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
metrics_path: '/prometheus/metrics'
|
|
basic_auth:
|
|
username: admin
|
|
password: PROM_ADMIN_PASSWD
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|