Module: check_mk
Branch: master
Commit: 4d6ea87d7fc0fb53b5a205ed551d52fd73f45a8c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4d6ea87d7fc0fb…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Apr 29 13:48:03 2015 +0200
#2248 The Event Console can now translate incoming SNMP traps
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.
---
.werks/2248 | 27 +++++++++++++++++++++++++++
ChangeLog | 1 +
2 files changed, 28 insertions(+)
diff --git a/.werks/2248 b/.werks/2248
new file mode 100644
index 0000000..85c6909
--- /dev/null
+++ b/.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.
diff --git a/ChangeLog b/ChangeLog
index bcdb9e5..8e94594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...