Skip to content

Commit

Permalink
#2248 The Event Console can now translate incoming SNMP traps
Browse files Browse the repository at this point in the history
The Event Console can be configured to receive SNMP traps. In the past it
only extracted all raw OIDs and values from the incoming trap and putting
them together in the event message as they come in.

Now it is possible to use SNMP MIB files to let the Event Console translate
the OIDs, values and units contained in the traps.

This feature is disabled by default. You need to enable the Event Console
and the SNMP trap handling by using <tt>omd config</tt> in OMD environments.

Then you need to enable the trap translation in <i>Event Console > Settings</i>
by setting <i>Translate SNMP traps</i> to <i>on</i>. Finally you need to
activate the pending EC-Change.

Now all available MIBs will be used to translate the incoming traps.

You can now upload custom MIB files using the MIB management page at
<i>Event Console > SNMP MIBs</i> which will be used for translation after
reloading the Event Console.
  • Loading branch information
LarsMichelsen committed Apr 29, 2015
1 parent b098ab0 commit 4d6ea87
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .werks/2248
@@ -0,0 +1,27 @@
Title: The Event Console can now translate incoming SNMP traps
Level: 2
Component: ec
Compatible: compat
Version: 1.2.7i1
Date: 1430307780
Class: feature

The Event Console can be configured to receive SNMP traps. In the past it
only extracted all raw OIDs and values from the incoming trap and putting
them together in the event message as they come in.

Now it is possible to use SNMP MIB files to let the Event Console translate
the OIDs, values and units contained in the traps.

This feature is disabled by default. You need to enable the Event Console
and the SNMP trap handling by using <tt>omd config</tt> in OMD environments.

Then you need to enable the trap translation in <i>Event Console > Settings</i>
by setting <i>Translate SNMP traps</i> to <i>on</i>. Finally you need to
activate the pending EC-Change.

Now all available MIBs will be used to translate the incoming traps.

You can now upload custom MIB files using the MIB management page at
<i>Event Console > SNMP MIBs</i> which will be used for translation after
reloading the Event Console.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -515,6 +515,7 @@
* 2099 Allow replication of Event Console rule and settings...
* 2107 mkeventd: can now handle syslog format of Sophos firewalls
* 2223 Allow cancelling actions to be omitted of the cancelled event is not (yet) open...
* 2248 The Event Console can now translate incoming SNMP traps...
* 1839 FIX: Fix exception when notifying EC alert into monitoring for traps (because PID is missing)
* 1813 FIX: Fixed bug in event console rule editor when no contact groups configured
* 1974 FIX: Event console views were randomly ignoring host filters...
Expand Down

0 comments on commit 4d6ea87

Please sign in to comment.