The event severity attribute indicates the category of the event that has been generated. This attribute is required in the event generation group.

The syntax of the event severity definition is:

name = "event severity"
id = 2
description = "The severity of this event."
type =  start enumeration
           0x001 = "Monitor"
           0x002 = "Information"
           0x004 = "OK"
           0x008 = "Non-Critical"
           0x00A = "Critical"
           0x00C = "Non-Recoverable"
        end enumeration
access = read-only
storage = specific

value = 0

The enumeration list in this definition cannot be changed.

The events with a severity of Monitor and Information are used to provide information about the event but do not indicate the state of the component that generated the event. Severities of OK, Non-Critical, Critical, and Non-Recoverable, however, are state-based.