CalejoControl/monitoring/prometheus.yml

27 lines
561 B
YAML
Raw Permalink Normal View History

global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
- "/etc/prometheus/alert_rules.yml"
scrape_configs:
- job_name: 'calejo-control-adapter'
static_configs:
- targets: ['calejo-control-adapter:9090']
scrape_interval: 15s
metrics_path: /metrics
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'node-exporter'
static_configs:
- targets: ['node-exporter:9100']
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093