prometheus: change html color for firint to red
This commit is contained in:
parent
cd5bf470d5
commit
e0cdf1a139
|
@ -39,7 +39,7 @@ func init() {
|
|||
case "resolved":
|
||||
statusColor = "#00ff00"
|
||||
case "firing":
|
||||
statusColor = "#ff8700"
|
||||
statusColor = "#ff0000"
|
||||
}
|
||||
|
||||
firingAlerts := request.Alerts.Firing()
|
||||
|
|
Loading…
Reference in New Issue