feat(alerts): Add Matrix alert provider

This commit is contained in:
Kalissaac
2022-07-15 21:43:48 -07:00
committed by TwiN
parent 4a1a8ff380
commit 37f3f964ea
6 changed files with 220 additions and 0 deletions

View File

@ -282,6 +282,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, endpoints []*core.E
alert.TypeTeams,
alert.TypeTelegram,
alert.TypeTwilio,
alert.TypeMatrix,
}
var validProviders, invalidProviders []alert.Type
for _, alertType := range alertTypes {