Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 757b2933f8ed807ade651bfbfbc6f76683f87858
https://github.com/tribe29/checkmk/commit/757b2933f8ed807ade651bfbfbc6f7668…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
R checks/jenkins_jobs
A cmk/base/plugins/agent_based/jenkins_jobs.py
M cmk/utils/migrated_check_variables.py
R tests/unit/checks/generictests/datasets/jenkins_jobs.py
M tests/unit/checks/test_generic_legacy_conversion.py
A tests/unit/cmk/base/plugins/agent_based/test_jenkins_jobs.py
Log Message:
-----------
jenkins_jobs: Migrate to new check API
Change-Id: I1e3930dbff905cb7a0775bef546f317cef566e0d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8f559d59d54267e788ed932af2556fdae2d07644
https://github.com/tribe29/checkmk/commit/8f559d59d54267e788ed932af2556fdae…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M agents/check_mk_agent.linux
M cmk/base/config.py
M cmk/core_helpers/agent.py
M cmk/gui/plugins/wato/check_mk_configuration.py
M cmk/utils/type_defs/_misc.py
Log Message:
-----------
check legacy pull mode
The detection of the legacy pull mode (without TLS)
will lead to a configurable state of the Checkmk service.
Default: Warning.
Change-Id: Ic0da4ffc7e928acd3963e4ebb55e2135b590b6d2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4364bd7f3b72179c56ba8cc341bd6a75a7798121
https://github.com/tribe29/checkmk/commit/4364bd7f3b72179c56ba8cc341bd6a75a…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M .pylintrc
M agents/plugins/mk_mongodb.py
M checks/mongodb_cluster
M checks/mongodb_collections
M checks/mongodb_replica_set
M checks/mongodb_replication_info
M cmk/base/api/agent_based/register/inventory_plugins_legacy.py
M cmk/base/check_legacy_includes/dell_poweredge.py
M cmk/base/plugins/agent_based/iis_app_pool_state.py
M cmk/gui/forms.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_wlc_clients.py
M tests/unit/cmk/base/plugins/agent_based/test_iis_app_pool_state.py
M tests/unit/cmk/base/plugins/agent_based/test_kaspersky_av_client.py
M tests/unit/cmk/base/plugins/agent_based/test_kaspersky_av_tasks.py
M tests/unit/cmk/base/plugins/agent_based/utils/test_size_trend.py
Log Message:
-----------
Massaged pylintrc a bit more.
Note that pylint 2.11 nuked all stuff related to --py3k.
Change-Id: I5463bb7be8ef520886e417de6c3f9e52d98ec80a
Commit: d83d83cff3211ceaa7e4e047a85b29aa5940d6ca
https://github.com/tribe29/checkmk/commit/d83d83cff3211ceaa7e4e047a85b29aa5…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M Makefile
Log Message:
-----------
Unbreak format-python-FOO targets.
Change-Id: I234a14050666273953915226ed2c72edae5f0f4e
Compare: https://github.com/tribe29/checkmk/compare/c129b9c0ca78...d83d83cff321
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: c129b9c0ca78d0ab3a10a83f9dc396652f696930
https://github.com/tribe29/checkmk/commit/c129b9c0ca78d0ab3a10a83f9dc396652…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M agents/cmk-agent-ctl/src/certs.rs
M agents/cmk-agent-ctl/src/cli.rs
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/src/main.rs
M agents/cmk-agent-ctl/src/tls_server.rs
Log Message:
-----------
cmk-agent-ctl: Some refactoring
- Rename '-h' host_name argument shortcut '-H' to enable help text with '-h'
- Pass all errors to main() and handle/return there
- Parse arguments as first action to enable help text generation or
detect malformatted arguments before possibly running into another error.
- Split main() into subfunctions
Change-Id: Id26f5aef8df0fd423c38b69bf8f0c8134cafad49
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: fe896a63f6911ae13600d13e21fff817d6062600
https://github.com/tribe29/checkmk/commit/fe896a63f6911ae13600d13e21fff817d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
Add some integration test debug output
Trying to track down sporadic integration test issue in 2.0.0
branch.
Change-Id: If516e4af4da8c9f94705ddb5e01a3e9366470b7e