Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 3022
blob1b4510271f9e4ff1a24300eea59102abf7bf0a2f
1 Title: mk_logwatch (linux): now able to handle queries from multiple servers (no longer loosing data)
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1459777575
7 Class: fix
9 In earlier versions mk_logwatch only had one statefile for all incoming queries.
10 Any newly found loglines were sent to one server - subsequent queries from other servers got nothing.
11 With this version each IP address now has its own statefile.
12 So you can now monitor the same system from multiple servers without the risk of loosing log
13 messages. Important: Multiple OMD sites running under the same server IP address still steal
14 log messages from one another.