3d127900bf
This is a more accurated representation of what it means. Signed-off-by: David Calavera <david.calavera@gmail.com>
14 lines
341 B
TOML
14 lines
341 B
TOML
[descriptions]
|
|
ok = "Up and running"
|
|
under-maintenance = "Under maintenance"
|
|
degraded-performance = "Degraded performance"
|
|
partial-outage = "Partial outage"
|
|
major-outage = "Major outage"
|
|
|
|
[alerts]
|
|
ok = "ok"
|
|
under-maintenance = "warning"
|
|
degraded-performance = "warning"
|
|
partial-outage = "warning"
|
|
major-outage = "danger"
|