Add the ability to use an event's severity to generate a notification
Description
Environment
Acceptance / Success Criteria
Attachments
Lucidchart Diagrams
Activity

Jeff Gehlbach August 1, 2012 at 5:27 PM
This was fixed a long, long time ago Release was 1.3.5 near as I can work out, here's the commit log:
commit fbb10173973543d2af7d50fdca188e6e1c332632
Author: Tarus Balog <tarus@users.sourceforge.net>
Date: Wed Jun 13 20:51:00 2007 +0000
Implemented the ability to match for notifications on regex's for event UEI
and severity. Bug 1380. Thx Tilman.

Tilman Kastner December 1, 2005 at 1:38 PM
Created an attachment (id=285)
adds the ability to use an event's severity to generate a notification
contains #1380 (wildcard on uei) also

Tilman Kastner November 11, 2005 at 4:28 PM
Created an attachment (id=268)
backport to 1.2.5
Have been using this patch to 1.2.4 and 1.2.5 for more than a
week in production (269 nodes, 1905 interfaces, 2100 services)
without a problem

Tilman Kastner November 5, 2005 at 8:32 AM
Created an attachment (id=264)
adds the ability to use an event's severity to generate a notification
This patch includes also patch #1380 (sorry, I had no idea how to separate
them)
together with #1380, the following is possible:
<notification name="Trap received" status="on">
<uei>~.traps.</uei>
<description>A Trap was received</description>
<rule>IPADDR IPLIKE ...</rule>
<event-severity>warning|minor|major|critical</event-severity>
<destinationPath>Email-Admin</destinationPath>
<text-message>%severity% Trap on node: %nodelabel%, interface:%interface%.
UEI: %uei% Parameter %parm[all]%</text-message>
<subject>Notice #%noticeid%: %severity% Trap received on
%nodelabel%.</subject>
</notification>
This notication gets sent on every trap with severity warning or higher.
Currently, when an event triggers a notification by matching the UEI of the event to the UEI in the
notification, a filter is run to determine a list of nodes, interfaces and IP addresses that match the filter
rule to determine if the event will actually generate a notification.
The filter works solely on the database. There is no mechanism to further filter on the event. It would
be nice to be able to filter on some aspects of the event itself, such as severity.