Werk #10195: Windows Agent: additional parameters for logwatch section
| Component | Checks & agents | ||
| Title | Windows Agent: additional parameters for logwatch section | ||
| Date | Oct 25, 2019 | ||
| Level | Trivial Change | ||
| Class | New Feature | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
To better control output from the logwatch section the user can set next parameters for this section:
max_line_length, max_entries, timeout
timeout is measured in seconds and limits the time of the execution of the every reported log. max_line_length cuts every line in output data if the size of the line exceeds the provided value. max_entries is the maximal count of the entries in every reported event log.
The default values for all above mentioned parameters are -1 and means unlimited.