Werk #6569: mk_logwatch: options are no longer applied globally
Component | Checks & agents | ||
Title | mk_logwatch: options are no longer applied globally | ||
Date | Sep 5, 2018 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
Until this fix, a specified option had overwritten any previously defined values for said option, and was applied globally. This has now been fixed: The scope of an option is limited to the files on the same line. In case the same file is referenced in different lines, the options for this specific file are updated with the new ones, keeping the allready defined ones.