Filtering notifications and alarms
You can specify the notifications and alarms that the probe receives from the target device using the NotificationFilter and AlarmFilter properties.
When you use these properties, you must use the actual
token names. For example, the token h
represents
the element NV_PERCEIVED_SEVERITY
. So to specify
that the probe is only sent notifications with a perceived severity
of 3
, set the NotificationFilter property
to $h == 3
.
You can specify more complex filters
using AND
, OR
, and NOT
statements.
For example, to specify that the probe is sent notifications with
a perceived severity of 3
or 4
,
set the NotificationFilter property to the following
value:
($h == 3) OR ($h == 4)
Specifying specific managed elements
To
ensure that the probe is only sent notifications for a specific managed
element, specify a value of Managed_Node_Name~$f for
the NotificationFilter property, where Managed_Node_Name is
the name of the managed object and $f represents
the element NV_MANAGED_OBJECT_INSTANCE
.
For
example, if you require a set of alarms that return a value of SubNetwork=ONRM_RootMo,
SubNetwork=SNMP, ManagedElement=SP1
for the NV_MANAGED_OBJECT_INSTANCE
element
, specify the following value for the NotificationFilter property:
SP1'~$'f
Token/element mappings
Token |
Element |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|