Filtering notifications and alarms
This section contains information about how to enable the retrieval of notifications and alarms from the target system.
The NotificationFilter and AlarmFilter properties allow you to specify the notifications and alarms that the probe receives from the target device.
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)
Token |
Element |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|