mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Remove template section from example config
Since our default templates are now compiled into the binary, this is only relevant to advanced users and will cause trouble when running a derivative of the example config within the repository directory.
This commit is contained in:
parent
3c15d0fc96
commit
4540c75887
@ -69,10 +69,6 @@ global:
|
||||
smtp_smarthost: 'localhost:25'
|
||||
smtp_from: 'alertmanager@example.org'
|
||||
|
||||
# The directory from which notification templates are read.
|
||||
templates:
|
||||
- 'template/*.tmpl'
|
||||
|
||||
# The root route on which each incoming alert enters.
|
||||
route:
|
||||
# The labels by which incoming alerts are grouped together. For example,
|
||||
|
Loading…
Reference in New Issue
Block a user