Event Severity Levels¶
Description of Each Level¶
| Type | Name |
df_status |
Description |
|---|---|---|---|
| Monitoring | Fatal | fatal |
|
| Critical | critical |
||
| Error | error |
||
| Warning | warning |
||
| No Data | nodata |
||
| Info | info |
Triggered when the monitored metric does not meet any threshold for "Fatal", "Critical", "Error", or "Warning", but satisfies the conditions for generating an info event. | |
| Recovery | ok |
If no "Critical", "Error", or "Warning" event is triggered within the configured detection count, it indicates that the previous anomaly has been recovered, triggering a normal recovery event. | |
| No Data Recovery | ok |
New data is reported again, indicating that the previous no-data anomaly has been recovered, triggering a no-data recovery event. | |
| No Data Treated as Recovery | ok |
The no-data situation is detected but treated as normal, triggering a recovery event, indicating that the no-data condition is considered normal. | |
| Manual Recovery | |||
| Security Monitoring | Critical | critical |
|
| High | high |
||
| Medium | medium |
||
| Low | low |
||
| Info | info |