mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* use embedded validations via noop yaml unmarshaler * lint * fixes integration tests now that groupings are handled
24 lines
513 B
YAML
24 lines
513 B
YAML
template_files:
|
|
foo: bar
|
|
alertmanager_config: |
|
|
receivers:
|
|
- email_configs:
|
|
- auth_password: shh
|
|
auth_username: admin
|
|
from: bar
|
|
headers:
|
|
Bazz: buzz
|
|
html: there
|
|
text: hi
|
|
to: foo
|
|
name: am
|
|
route:
|
|
continue: false
|
|
group_by:
|
|
- alertname
|
|
receiver: am
|
|
routes:
|
|
- continue: false
|
|
receiver: am
|
|
templates: []
|