Branch: refs/heads/1.6.0
Home:
https://github.com/tribe29/checkmk
Commit: e3cf2a5eabc0acfe4d3b2796dec23f887f2cd779
https://github.com/tribe29/checkmk/commit/e3cf2a5eabc0acfe4d3b2796dec23f887…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
A .werks/7948
M agents/plugins/mk_logwatch
M tests/unit/agents/plugins/test_mk_logwatch.py
M tests/unit/agents/plugins/test_mk_logwatch_bakery.py
Log Message:
-----------
7948 mk_logwatch: process new files from the beginning
If a new logfile is found we usually skip to its end to avoid processing ancient log
messages.
You can now configure mk_logwatch to start processing the file from the beginning and see
all
messages that may already be present.
To enable this behaviour, either set the corresponding flag in the agent bakery rule, or
add
'fromstart=True' to your configuration file.
CMK-1099
Change-Id: I8f79b563a0258f9dbe1b4667a8115290eccc4e07