mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
31 lines
671 B
YAML
31 lines
671 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
alerting:
|
|
alertmanagers:
|
|
- static_configs:
|
|
- targets:
|
|
- transcendence-alert:9093
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
metrics_path: '/prometheus/metrics'
|
|
basic_auth:
|
|
username: admin
|
|
password: PROM_ADMIN_PASSWD
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'nginx'
|
|
static_configs:
|
|
- targets: ['nginx-exporter:9113']
|
|
|
|
- job_name: 'node-exporter'
|
|
static_configs:
|
|
- targets: ['node-exporter:9100']
|
|
|
|
# - job_name: 'nodejs'
|
|
# static_configs:
|
|
# - targets: ['transcendence-api-auth:3000']
|
|
# - targets: ['transcendence-api-user:3000']
|