[Alerting]: alertmanager notifier fixes (#34575)

This commit is contained in:
Sofia Papagiannaki
2021-05-24 16:09:29 +03:00
committed by GitHub
parent a0b78313f3
commit b48832c0f7
3 changed files with 49 additions and 2 deletions
@@ -1291,7 +1291,7 @@ var expAvailableChannelJsonOutput = `
]
},
{
"type": "alertmanager",
"type": "prometheus-alertmanager",
"name": "Alertmanager",
"heading": "Alertmanager Settings",
"description": "Sends notifications to Alertmanager",
@@ -1312,6 +1312,38 @@ var expAvailableChannelJsonOutput = `
"required": true,
"validationRule": "",
"secure": false
},
{
"element": "input",
"inputType": "text",
"label": "Basic Auth User",
"description": "",
"placeholder": "",
"propertyName": "basicAuthUser",
"selectOptions": null,
"showWhen": {
"field": "",
"is": ""
},
"required": false,
"validationRule": "",
"secure": false
},
{
"element": "input",
"inputType": "password",
"label": "Basic Auth Password",
"description": "",
"placeholder": "",
"propertyName": "basicAuthPassword",
"selectOptions": null,
"showWhen": {
"field": "",
"is": ""
},
"required": false,
"validationRule": "",
"secure": true
}
]
},