* use embedded validations via noop yaml unmarshaler * lint * fixes integration tests now that groupings are handled
40 lines
695 B
JSON
40 lines
695 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|