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:
Fabian Reinartz 2016-01-07 16:19:51 +01:00
parent 3c15d0fc96
commit 4540c75887

View File

@ -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,