Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

Configure Severity Level Alert Rule


Note -  You can use the get and set commands to view and configure alert rule configurations. For a description of valid MIB objects for this procedure, see the table following this procedure.
  1. Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:

    ssh username@snmp_manager_ip_address

    Password: password

  2. To view the severity level for the alert rule with an alert ID of 2, type:
    % snmpget SNMP_agent ilomCtrlAlertSeverity.2
    
  3. To set the severity level to critical for the alert rule with an alert ID of 2, type:
    % snmpset SNMP_agent ilomCtrlAlertSeverity.2 i 2
    

    The following table describes the Alert Rule Severity Level SNMP MIB objects.

    MIB Object
    Description
    Allowed Values
    Type
    Default
    ilomCtrlAlert ID
    An integer ID associated with a given alert rule.

    Note -  This object is not accessible.

    Range: 0 to 65535
    Integer
    None
    ilomCtrlAlert Severity
    Specifies the mininum event severity that should trigger an alert for a given class.
    disable(1),
    critical(2),
    major(3),
    minor(4),
    down(5)
    Integer
    None
    ilomCtrlAlert Type
    Specifies the type of notification for a given alert. If the type is snmptrap(2) or ipmipet(3), the ilomCtrlAlertDestinationIP must be specified. If the type is email(1), the ilomCtrlAlert DestinationEmail must be specified.
    email(1)
    snmptrap(2)
    ipmipet(3)
    Integer
    None
    ilomCtrlAlert DestinationIP
    Specifies the IP address to send alert notifications to when the alert type is snmptrap(2) or ipmipet(3).
    ip_address
    String
    None
    ilomCtrlAlert Destination Email
    Specifies the email address to send alert notifications to when the alert type is email(1).
    email address
    Size: 0 to 255
    String
    None
    ilomCtrlAlert SNMPVersion
    Specifies the version of SNMP trap that should be used for the given alert rule.
    v1(1),
    v2c(2),
    v3(3)
    Integer
    None
    ilomCtrlAlert SNMPCommunity OrUsername
    Specifies the community string to be used when the ilomCtrlAlertSNMPVersion property is set to v1(1) or v2c(2). Specifies the SNMP user name to use when the ilomCtrlAlertSNMPVersion is set to v3(3).
    Size: 0 to 255
    String
    None
    ilomCtrlAlert EmailEvent ClassFilter
    A class name or all to filter emailed alerts on.
    Size: 0 to 255
    String
    None
    ilomCtrlAlert EmailEventTypeFilter
    A class name or all to filter emailed alerts on.
    Size 0 to 255
    String
    None