Owners Manual
Event Definitions | Alarms, Events, and Automation
OMNM 6.5.2 User Guide 345
<Behavior>1</Behavior>
<Severity>4</Severity>
<CorrelatedEvents>1.3.6.1.4.1.6387.400.50.0.0.2::0:12</
CorrelatedEvents>
</bean>
<!-- bigbandSessionAlarm ext:alarmOff program 12 -->
<bean xsi:type="tns:NotificationDefinitionNP">
<NotificationOID>1.3.6.1.4.1.6387.400.50.0.0.2</NotificationOID>
<ExtensionKey>0:12</ExtensionKey>
<Description>Program #12 alarm OFF</Description>
<Behavior>1</Behavior>
<Severity>0</Severity>
<CorrelatedEvents>1.3.6.1.4.1.6387.400.50.0.0.2::1:12</
CorrelatedEvents>
</bean>
To build on the previous BigBand example, the following example shows support for an EED with a
partial key. It also shows the base event as an indeterminate severity alarm, then extends it for
alarm on
and
alarm off
default behaviors using partial keys. Finally, it is extended twice more,
showing example of program-specific event settings.
<!-- bigbandSessionAlarm -->
<bean xsi:type="tns:NotificationDefinitionNP">
<NotificationOID>1.3.6.1.4.1.6387.400.50.0.0.2</NotificationOID>
<Description>Program #{1.3.6.1.4.1.6387.100.50.100.40.1.2}</
Description>
<Behavior>1</Behavior>
<Severity>2</Severity>
<KeyBindings>
<!-- bigbandAlarmOnOrOff -->
<item>1.3.6.1.4.1.6387.400.50.1</item>
<!-- sessionAlarmProgramNumber -->
<item>1.3.6.1.4.1.6387.100.50.100.40.1.2</item>
</KeyBindings>
</bean>
<!-- bigbandSessionAlarm ext: alarmOff all programs -->
<bean xsi:type="tns:NotificationDefinitionNP">
<NotificationOID>1.3.6.1.4.1.6387.400.50.0.0.2</NotificationOID>
<ExtensionKey>0</ExtensionKey>
<Description>Program #{1.3.6.1.4.1.6387.100.50.100.40.1.2}</
Description>
<Behavior>1</Behavior>
<Severity>0</Severity>
</bean>