eole-prometheus/tmpl/prometheus.yml

21 lines
426 B
YAML
Raw Normal View History

2018-04-16 12:54:20 +02:00
# my global config
global:
scrape_interval: %%prometheusScrapeInterval
evaluation_interval: %%prometheusEvaluationInterval
scrape_timeout: %%prometheusScrapeTimeout
rule_files:
- "/etc/prometheus/rules.d/*.yml"
scrape_configs:
- job_name: eole
honor_labels: true
alerting:
alertmanagers:
- scheme: https
static_configs:
- targets:
- "1.2.3.4:9093"
- "1.2.3.5:9093"
- "1.2.3.6:9093"