From e0cdf1a139b2eb3720b191bd6066be567819913f Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 16 Jul 2019 08:54:00 +0200 Subject: [PATCH] prometheus: change html color for firint to red --- prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()