From 3dd8ba1a992b0eeb04f489d7f7daf9469764f4e1 Mon Sep 17 00:00:00 2001 From: TwiN Date: Thu, 9 Dec 2021 21:18:44 -0500 Subject: [PATCH] Add missing alert type --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 3d21def1..d3ce27c8 100644 --- a/config/config.go +++ b/config/config.go @@ -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,