alertmanager: distinguish between critical and non critical alerts

This commit is contained in:
Abel Luck 2023-11-24 10:23:00 +01:00
parent 1f6cbb411f
commit 69613721bf
3 changed files with 44 additions and 16 deletions

View file

@ -1,4 +1,5 @@
COLOR_OK = "#33cc33" # green
COLOR_ALARM = "#dc3545" # red
COLOR_UNKNOWN = "#ffc107" # orange
COLOR_INFO = "#17a2b8" # blue
COLOR_WARNING = "#ffc107" # orange
COLOR_UNKNOWN = "#ffa500" # yellowish