spearhead-statuskit/site/data/severity.toml
David Calavera 3d127900bf
Rename state to severity.
This is a more accurated representation of what it means.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-23 09:53:38 -08:00

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"