CmmcaSeverityLevel

  • Base type Enumeration

This textual convention is used to specify the severity level of an event. The severity levels are 'emergency': This severity level event indicates that a devastating failure has occurred; the system or service is unusable. Immediate operator intervention is required. 'alert': This severity level event indicates that a devastating failure is imminent that will render the system unusable. Immediate operator attention is necessary. 'critical': This severity level event indicates that a service impacting failure is likely to occur soon; an error has occurred that was not appropriately handled by the system. Operator attention is needed as soon as possible. 'error': This severity level event indicates that the system has experienced a temporary impairment or an error that was appropriately handled by the system. 'warning': This severity level event may be a precursor to an error occurrence. An operator should review the event soon to determine if action is needed. 'notice': This severity level event contains health or operational state information that may be pertinent to the health of the system but does not require the attention of the administrator at this time. 'informational': This severity level event contains interesting system-level information that is valuable to an administrator, however, the event itself does not indicate a failure or impairment condition. 'debug': This severity level event provides supplemental information that may be beneficial toward diagnosing or resolving a problem but does not in itself provide operational health status.

Possible values

8 objects
Number Name
1 emergency
2 alert
3 critical
4 error
5 warning
6 notice
7 informational
8 debug