Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2655
blobf9a5dfedf4378a19ccc2f927c628cd251137f557
1 Title: Windows Agent can now read additional settings from an optional check_mk_local.ini file
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i3
6 Date: 1444140084
7 Class: feature
9 The settings from check_mk_local.ini (if it exists) will be merged with the settings from
10 check_mk.ini in a reasonable way.
11 What is reasonable depends a lot on the parameter. Settings that have only one value (i.e. port)
12 will simply be overwritten by the "local" settings.
13 Many settings that can appear repeatedly, i.e. performance counters, will be appended.
14 Yet other settings, especially those with pattern where only the first match applies, the "local"
15 settings will be prepended to the existing settings (thus have higher priority).
17 If in doubt about how the files are being combined, you can run "check_mk_agent.exe showconfig" to
18 display the effective settings after merging the two files.