Add missing alert type

This commit is contained in:
TwiN 2021-12-09 21:18:44 -05:00
parent 2503d21522
commit 3dd8ba1a99

View File

@ -276,6 +276,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, endpoints []*core.E
alert.TypeEmail,
alert.TypeMattermost,
alert.TypeMessagebird,
alert.TypeOpsgenie,
alert.TypePagerDuty,
alert.TypeSlack,
alert.TypeTeams,