prometheus: change html color for firint to red

This commit is contained in:
Martin/Geno 2019-07-16 08:54:00 +02:00
parent cd5bf470d5
commit e0cdf1a139
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func init() {
case "resolved": case "resolved":
statusColor = "#00ff00" statusColor = "#00ff00"
case "firing": case "firing":
statusColor = "#ff8700" statusColor = "#ff0000"
} }
firingAlerts := request.Alerts.Firing() firingAlerts := request.Alerts.Firing()