diff --git a/prometheus/main.go b/prometheus/main.go index 550ef5f..7d099e7 100644 --- a/prometheus/main.go +++ b/prometheus/main.go @@ -39,7 +39,7 @@ func init() { case "resolved": statusColor = "#00ff00" case "firing": - statusColor = "#ff8700" + statusColor = "#ff0000" } firingAlerts := request.Alerts.Firing()