Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 3ecad04c21b96697fa2b685a15f9b622c6ada033
https://github.com/tribe29/checkmk/commit/3ecad04c21b96697fa2b685a15f9b622c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M cmk/base/modes/check_mk.py
Log Message:
-----------
make over '--list-checks' mode
It is no longer meaningful to differentiate between 'tcp' and 'snmp'
checks. Instead we use the colors yellow and magenta to differentiate
between auto migrated plugins, and those using the new API.
CMK-4825
Change-Id: Iddf21483cd058eaf7541ec1f013579feccbc76be
Commit: 71f39d6ee426b3501032c70f7dca2a57ad065d48
https://github.com/tribe29/checkmk/commit/71f39d6ee426b3501032c70f7dca2a57a…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M cmk/base/config.py
Log Message:
-----------
config: move comment where it belongs
Change-Id: Ice5eaf57293f78b8b2c500e424fa7fd237549486
Compare: https://github.com/tribe29/checkmk/compare/5e19e3bad1ec...71f39d6ee426
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5e19e3bad1ecb602caff94fa848f46e595c656a1
https://github.com/tribe29/checkmk/commit/5e19e3bad1ecb602caff94fa848f46e59…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M tests-py3/Makefile
Log Message:
-----------
Hopefully fixed parallel execution of agent plugin test.
Still far too much magic in there.
Note to myself: Phony targets and pattern rules don't really like each other.
Change-Id: Ib0c39ec4407f0678615bc103ecd2f34eb050a88f
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4cac4560599dd92c3ad3ae54bfe08f52c35b83b8
https://github.com/tribe29/checkmk/commit/4cac4560599dd92c3ad3ae54bfe08f52c…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M cmk/gui/crash_reporting.py
Log Message:
-----------
Fix bug in packing of crash reports
Crash reports were not packed properly due to the usage of ensure_str.
This has been fixed by removing ensure_str and using html.write_binary
instead of html.write.
Change-Id: Ie33d5e6f57abf5cd2d58a6c98eaa484b12b5616e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e720bc81f5065758894cb16cd7481931ce6fdd65
https://github.com/tribe29/checkmk/commit/e720bc81f5065758894cb16cd7481931c…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M tests-py3/Makefile
Log Message:
-----------
Fixed phony targets. Improved help output.
A bit verbose, but more correct and more shell-completion-friendly.
Change-Id: Id3c143a2eaaa17c13e70f380cea44ca4307b6ef1
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 2ca31394df4b7f8e95b4d2a308b11a9c42223356
https://github.com/tribe29/checkmk/commit/2ca31394df4b7f8e95b4d2a308b11a9c4…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M cmk/base/api/agent_based/checking_types.py
M cmk/base/api/agent_based/register/check_plugins.py
M cmk/base/config.py
M tests-py3/unit/cmk/base/api/agent_based/register/test_check_plugins.py
M tests-py3/unit/cmk/base/api/agent_based/register/test_check_plugins_legacy.py
Log Message:
-----------
CheckAPI: make default parameters non optional
Sometimes check plugins get extended and get parameters. Check plugins that do not require parameters won't get them passed to their check/discovery functions anyway, so we just always use dicts. That way we have a stricter typing, and more consistency across all plugins.
Change-Id: I19e1d39bfece189b1b3f35270d79e76ee8df4ba6