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