Werk #2362: mk_logwatch: fix cases where one logfile is listsed more than once in logwatch.cfg

Component Checks & agents
Title mk_logwatch: fix cases where one logfile is listsed more than once in logwatch.cfg
Date Jun 29, 2015
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.2.7i3 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

One example of such a case:

logwatch.cfg

/var/log/syslog /var/log/kern.log
 C panic
 C Oops
 W generic protection rip
 W .*Unrecovered read error - auto reallocate failed

/var/log/kern.log
 C INFO

In the old implementation the line with C INFO would never be executed. Now it is appended at the bottom of the other patterns for kern.log.

Thanks to Gregor Hoffleit for the patch!

To the list of all Werks