Severity#
- class Severity(*args, **kwargs)[source]#
Bases:
object
Severity of an alert
Allowed enum values:
_UNKNOWN
_REDACTED
INFO: Indicates that the severity of the alert is informational. This means that an actionable minor problem has been detected. It should be resolved relatively soon and not ignored.
WARNING: Indicates that the severity of the alert is warning. This means that an actionable issue has been detected, and user intervention is required. A more serious issue may develop if this is not resolved soon.
CRITICAL: Indicates that the severity of the alert is critical. This means that an actionable critical situation has been detected, and action is required immediately. The cluster may have the potential to stop running, or it could run into irreparable issues.