diff --git a/config/config.go b/config/config.go index 3dc1078a..65820958 100644 --- a/config/config.go +++ b/config/config.go @@ -302,6 +302,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, endpoints []*core.E alertTypes := []alert.Type{ alert.TypeCustom, alert.TypeDiscord, + alert.TypeGoogleChat, alert.TypeEmail, alert.TypeMatrix, alert.TypeMattermost,