monitoring/prometheus.yml

20 lines
318 B
YAML
Raw Permalink Normal View History

2020-06-15 06:14:23 +00:00
---
global:
evaluation_interval: 1m
scrape_interval: 1m
scrape_timeout: 10s
rule_files:
- /etc/config/rules
- /etc/config/alerts
scrape_configs:
- job_name: prometheus
static_configs:
- targets:
- localhost:9090
- job_name: other_nodes
static_configs:
- targets:
- global:9100
- global:8000