Explorar o código

fix hipchat color code used "no data" notifications

Cyril Bonté %!s(int64=7) %!d(string=hai) anos
pai
achega
0f4ee4ce87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/services/alerting/notifiers/hipchat.go

+ 1 - 1
pkg/services/alerting/notifiers/hipchat.go

@@ -125,7 +125,7 @@ func (this *HipChatNotifier) Notify(evalContext *alerting.EvalContext) error {
 	case models.AlertStateOK:
 		color = "green"
 	case models.AlertStateNoData:
-		color = "grey"
+		color = "gray"
 	case models.AlertStateAlerting:
 		color = "red"
 	}