Merge "Fix warning color"
diff --git a/prometheus/files/alerta/alerta.conf b/prometheus/files/alerta/alerta.conf
index 12eb2cc..31b0b49 100644
--- a/prometheus/files/alerta/alerta.conf
+++ b/prometheus/files/alerta/alerta.conf
@@ -10,7 +10,7 @@
'critical' : '{{ alerta.get("colors", {}).get("critical", "#D8122A") }}',
'major' : '{{ alerta.get("colors", {}).get("major", "#EA680F") }}',
'minor' : '{{ alerta.get("colors", {}).get("minor", "#FFBE1E") }}',
- 'warning' : '{{ alerta.get("colors", {}).get("warning", "#BA2222") }}',
+ 'warning' : '{{ alerta.get("colors", {}).get("warning", "#1E90FF") }}',
'indeterminate': '{{ alerta.get("colors", {}).get("indeterminate", "#A6ACA8") }}',
'cleared' : '{{ alerta.get("colors", {}).get("cleared", "#00AA5A") }}',
'normal' : '{{ alerta.get("colors", {}).get("normal", "#00AA5A") }}',