Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6716
blob0f0e7b11744b30ad4ae793bb3514bd2ee2971300
1 Title: Add SNMP trap processing log target for deep SNMP trap debugging
2 Level: 1
3 Component: ec
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1537879295
11 A new option "SNMP trap processing" has been added to the Event Console log setting.
13 This setting is currently used in the following ways:
15 <ul>
16 <li>It controls the log level of all SNMP related log messages. Previously some
17 of the SNMP messages were controlled through the "Processing of incoming
18 events" setting.</li>
19 <li>Nothing is logged in <i>Informational</i> log level</li>
20 <li>When set to <i>Verbose</i> it shows details about which traps are received
21 by the Event Console and how they are handled on protocol level (whether they
22 are accepted or dropped).</li>
23 <li>When set to <i>Debug</i> it tells the underlying SNMP library (PySNMP) to
24 write it's debug output to the <tt>var/log/mkeventd.log</tt>. Please be careful
25 with this level. It may result in a lot of log output when you set it to debug
26 for instances which receive a lot of SNMP traps.</li>
27 </ul>