Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2362
blobe6c36b4c1b8355c64e5b5f96d7361dd50f2048fd
1 Title: mk_logwatch: fix cases where one logfile is listsed more than once in logwatch.cfg
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i3
6 Date: 1435578702
7 Class: fix
9 One example of such a case:
11 F+:logwatch.cfg
12 /var/log/syslog /var/log/kern.log
13  C panic
14  C Oops
15  W generic protection rip
16  W .*Unrecovered read error - auto reallocate failed
18 /var/log/kern.log
19  C INFO
20 F-:
22 In the old implementation the line with <tt>C INFO</tt> would never be executed.
23 Now it is appended at the bottom of the other patterns for <tt>kern.log</tt>.
25 Thanks to Gregor Hoffleit for the patch!