diff --git a/pkg/services/alerting/notifiers/victorops.go b/pkg/services/alerting/notifiers/victorops.go index a623f0ec930..07621176c82 100644 --- a/pkg/services/alerting/notifiers/victorops.go +++ b/pkg/services/alerting/notifiers/victorops.go @@ -14,6 +14,8 @@ import ( // AlertStateCritical - Victorops uses "CRITICAL" string to indicate "Alerting" state const AlertStateCritical = "CRITICAL" +// AlertStateWarning - VictorOps "WARNING" message type +const AlertStateWarning = "WARNING" const alertStateRecovery = "RECOVERY" func init() { @@ -28,6 +30,13 @@ func init() { Url +