alertmanager: distinguish between critical and non critical alerts
This commit is contained in:
parent
1f6cbb411f
commit
69613721bf
3 changed files with 44 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue