fix value of severity field

the value of severity should be low,moderate or critical, but this file
gives "high" to severity. It's unreasonable. Default severity value is
low.

Change-Id: Ie31fa423c4795b8e418d0529b4d3e8af1cb3cd6c
This commit is contained in:
lipan 2018-04-10 10:17:04 +08:00
parent 86117fd98c
commit a612ef0d38
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ brevity):
+----------+-----------+--------+-------------------+----------+---------+
| alarm_id | type | name | state | severity | enabled |
+----------+-----------+--------+-------------------+----------+---------+
| ALARM_ID | threshold | cpu_hi | insufficient data | high | True |
| ALARM_ID | threshold | cpu_hi | insufficient data | low | True |
+----------+-----------+--------+-------------------+----------+---------+
In this case, the state is reported as ``insufficient data`` which