Initial commit
This commit is contained in:
21
tmpl/prometheus.yml
Normal file
21
tmpl/prometheus.yml
Normal file
@ -0,0 +1,21 @@
|
||||
# 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"
|
Reference in New Issue
Block a user