Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 0c6831fdbe77f040b082d95b8cd3d0c10b50baad
https://github.com/tribe29/checkmk/commit/0c6831fdbe77f040b082d95b8cd3d0c10…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M cmk/gui/watolib/rulesets.py
Log Message:
-----------
keep all variables in rules.mk
We no longer silently drop the rules, but keep them
in a dedicated attribute.
This way, we can not crash if any information is used that is not
available for unknown rules (e.g. during rendering).
Change-Id: Ib1e610a362c8ae82b83b4f685405e161dda5dd6f
Commit: 21d23a548202feb7b0016e0a1d8c05f26acbd672
https://github.com/tribe29/checkmk/commit/21d23a548202feb7b0016e0a1d8c05f26…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M cmk/base/config.py
M cmk/base/default_config/base.py
Log Message:
-----------
remove `checks` and `legacy_checks` from config
A configuration that uses these variables can not have made it to 2.0...
Change-Id: I5ee791c41b95764cd03b6bbaa0481e2b22a37cc6
Commit: 7d7d1d7b36345dba15993f4e40f82ef22d6a5fbf
https://github.com/tribe29/checkmk/commit/7d7d1d7b36345dba15993f4e40f82ef22…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M cmk/base/config.py
Log Message:
-----------
drop base config validation
The base component no longer validates the variables found in .mk files.
Previously we issued a warning or even failed upon an unknown variable.
We now silently ignore them.
Change-Id: Iae99402ae07d2f91faade02e08068367b1486341
Compare:
https://github.com/tribe29/checkmk/compare/140c549358e5...7d7d1d7b3634