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)
Token/element mappings
Token |
Element |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|