mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 13:31:46 +00:00
feat(alerts): Add Matrix alert provider
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user