Verint Verba Enterprise
Compliance Platform
Page History
...
Property | Description |
---|---|
oid_filter | A regex filter that has to match the last three numbers of the alert OID. For example: "\.115\.0\.1" matches to the alert OID 1.3.6.1.4.1.39067.115.0.1 "\.115\.0\.." or "\.115\.0\.\d" matches to alert OIDs 1.3.6.1.4.1.39067.115.0.1-9 "\.115\.0\.\d{2}" matches to alert OIDs 1.3.6.1.4.1.39067.115.0.10-99 |
severity | Sets the new severity for the alert(s). If not specified, the default severity of the alert(s) will be used. Possible values:
|
disabled_targets | Specifies to which alert targets should not the alert be sent. If not specified, the alert(s) will be sent to all targets. Possible values:
Multiple values can be provided, separated by a comma. |
Examples:
<rule
...
oid_filter="\.115\.0\.1"
...
severity="0"/>
...
-
...
Diables
...
the
...
alert
...
1.3.6.1.4.1.39067.115.0.1.
<rule
...
oid_filter="\.115\.0\.1"
...
severity="5"/>
...
-
...
Sets
...
the
...
severity
...
to
...
NOTIFICATION
...
level
...
for
...
the
...
alert
...
1.3.6.1.4.1.39067.115.0.1.
<rule
...
oid_filter="\.115\.0\.1"
...
disabled_targets="all"/>
...
-
...
Diables
...
the
...
alert
...
1.3.6.1.4.1.39067.115.0.1.
<rule
...
oid_filter="\.115\.0\.1"
...
disabled_targets="email"/>
...
-
...
The
...
alert
...
1.3.6.1.4.1.39067.115.0.1
...
will
...
be
...
sent
...
to
...
all
...
targets,
...
except
...
to
...
email.
<rule
...
oid_filter="\.115\.0\.1"
...
disabled_targets="email,snmp"/>
...
-
...
The
...
alert
...
1.3.6.1.4.1.39067.115.0.1
...
will
...
be
...
sent
...
to
...
all
...
targets,
...
except
...
to
...
...
and
...
SNMP.
<rule
...
oid_filter="\.115\.0\.1"
...
severity="5"
...
disabled_targets="email"/>
...
-
...
Sets
...
the
...
severity
...
to
...
NOTIFICATION
...
level
...
for
...
the
...
alert
...
1.3.6.1.4.1.39067.115.0.1,
...
and
...
it
...
will
...
not
...
be
...
sent
...
to
...
email.
Step 4 - Save the file, then restart the Verba System Monitor service.
...