Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5701
blobc92c7cf95a3e0db50b0b56314efaab865ed9b259
1 Title: Windows agent: renew logging
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1517473402
8 Class: feature
10 The logging functionality of the Windows agent was rewritten. The key
11 features and changes are as follows:
13  * The logs are built incrementally over time and rotated up to 5
14    copies once the log size of 8 MB is reached.
15  * The formatting of the log entries has been changed to include a
16    numeric log level (0...7) and an absolute timestamp with the
17    accuracy of milliseconds (instead of a relative time since the
18    agent started).
19  * The naming of agent logfiles has been changed: the agent logs to
20    CHECK_MK_AGENT_INSTALL_DIR\log\agent.log which will then be rotated
21    as agent.log.N, N={1...5}
22  * Crash info as subsection [[[Check_MK Agent]]] within the section
23    <<<logwatch>>> was removed. Now that the logs are persistent,
24    information about past crashes can be obtained in the logs.
25  * Debug log entries are enabled by setting crash_debug = yes in the
26    global section of check_mk.ini.
27  * The names of the various logfiles no longer appear in the output of
28    section Check_MK when crash_debug = yes.