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 |
|
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!