a5ae8cf377
* no longer redacts GETing proxied AM configs * removes unused testfile * testware fix * consistently roundtrips yaml<>json and doesnt redact secrets * lint
37 lines
646 B
JSON
37 lines
646 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,
|
|
"receiver": "am",
|
|
"routes": [
|
|
{
|
|
"continue": false,
|
|
"receiver": "am"
|
|
}
|
|
]
|
|
},
|
|
"templates": []
|
|
}
|
|
}
|