Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 1672
blob6455d837ea70a2f410b49535a524ed1335873ecd
1 Title: Now able to reclassify logwatch messages before forwarding them to the Event Console
2 Level: 2
3 Component: ec
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1421838593
7 Class: feature
9 You are now able to apply already existing logwatch patterns to the messages which
10 are sent to the Event Console. Each message can be reclassified to a different alert level
11 and even set to IGNORED, which causes a message not to be sent to the Event Console.
12 This pre-sorting might reduce the load of the Event Console.
14 Keep in mind that the logwatch pattern are configured by host and the logfile name.
15 These restrictions do also apply to the messages intented for the Event Console.
16 So you can configure a logwatch pattern specifially designed for a message from a certain logfile.
18 For example, you can reclassify any messages from a logfile <i>access.log</i> containing "C Login error" to
19 "I Login error". Any message of <i>access.log</i>  containing the "Login error" pattern will therefore get ignored and
20 not sent to the Event Console.