You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
917 B
52 lines
917 B
{
|
|
"template_files": {
|
|
"foo": "bar"
|
|
},
|
|
"alertmanager_config": {
|
|
"mute_time_intervals": [
|
|
{
|
|
"name": "foo",
|
|
"time_intervals": [
|
|
{
|
|
"years": [
|
|
"2020:2022",
|
|
"2030"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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": []
|
|
}
|
|
}
|
|
|