mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-16 06:21:10 +00:00
Add teams alerting provider
This commit is contained in:
@@ -272,6 +272,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, services []*core.Se
|
||||
alert.TypeSlack,
|
||||
alert.TypeTelegram,
|
||||
alert.TypeTwilio,
|
||||
alert.TypeTeams,
|
||||
}
|
||||
var validProviders, invalidProviders []alert.Type
|
||||
for _, alertType := range alertTypes {
|
||||
|
||||
Reference in New Issue
Block a user