We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f653c1b commit 2b525baCopy full SHA for 2b525ba
grafana_v2/kickstart_v2/docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
- alertmanager
6
volumes:
7
- ./prometheus.yml:/etc/prometheus/prometheus.yml
8
- - ../../prometheus_v2/rules/alerts.yml
+ - ../../prometheus_v2/rules/alerts.yml:/etc/prometheus/rules/alerts.yml
9
ports:
10
- "9090:9090"
11
networks:
grafana_v2/kickstart_v2/prometheus.yml
@@ -13,7 +13,7 @@ alerting:
13
14
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
15
rule_files:
16
- # - "first_rules.yml"
+ - "/etc/prometheus/rules/alerts.yml"
17
# - "second_rules.yml"
18
19
# A scrape configuration containing exactly one endpoint to scrape:
0 commit comments