Add 'alarm' and 'important' severities

This commit is contained in:
Alexey Rybalchenko
2021-09-10 11:15:00 +02:00
parent 13ebedca3d
commit b2dfdd1768
7 changed files with 98 additions and 81 deletions

View File

@@ -96,6 +96,8 @@ where severity level is one of the following:
"info",
"state",
"warn",
"important",
"alarm",
"error",
"fatal",
```