Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: dfbb003bdd8558231516f2f2b37b2b43710f6908
https://github.com/tribe29/checkmk/commit/dfbb003bdd8558231516f2f2b37b2b437…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M Makefile
M buildscripts/scripts/test-gerrit.groovy
M buildscripts/scripts/utils/common.groovy
Log Message:
-----------
Introduce cleanup in gerrit jobs
Change-Id: I1c8d2c06cf7c7f7ab0b1767b50c6e36739e5f737
Commit: 85ff98d805088c7f35eed1c9fb0d553c8bc8b96e
https://github.com/tribe29/checkmk/commit/85ff98d805088c7f35eed1c9fb0d553c8…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M scripts/run-cargo-command
M scripts/run-in-docker.sh
Log Message:
-----------
Centralize CARGO_HOME on Jenkins nodes
This is an attempt to safe filespace on our nodes.
Let's revert as soon as we see strange side effects...
Change-Id: I6d831722a6e842540c5e52ffd986907566949da0
Compare: https://github.com/tribe29/checkmk/compare/da2c64248eb9...85ff98d80508
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 90783f5806b79a4ae5fb61db26c376fb215e5fa2
https://github.com/tribe29/checkmk/commit/90783f5806b79a4ae5fb61db26c376fb2…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
R checks/netapp_api_fan
R checks/netapp_api_psu
A cmk/base/plugins/agent_based/netapp_api_fan.py
A cmk/base/plugins/agent_based/netapp_api_psu.py
M cmk/base/plugins/agent_based/utils/netapp_api.py
R tests/unit/checks/generictests/datasets/netapp_api_fan_single_regression.py
R tests/unit/checks/generictests/datasets/netapp_api_fan_summary_regression.py
R tests/unit/checks/generictests/datasets/netapp_api_psu_regression.py
R tests/unit/checks/generictests/datasets/netapp_api_psu_single_regression.py
R tests/unit/checks/generictests/datasets/netapp_api_psu_summary_regression.py
M tests/unit/checks/test_generic_legacy_conversion.py
A tests/unit/cmk/base/plugins/agent_based/test_netapp_api_fan.py
A tests/unit/cmk/base/plugins/agent_based/test_netapp_api_psu.py
M tests/unit/cmk/gui/plugins/wato/check_parameters/test_plugin_vs_wato.py
Log Message:
-----------
migrate netapp_api_{fan,psu}
Change-Id: If7e62deb2d3980ba2557e11e03c114f87b5b557a
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9a3ae4ac73508c2fda07bef9480fb2ff7f2dff81
https://github.com/tribe29/checkmk/commit/9a3ae4ac73508c2fda07bef9480fb2ff7…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M agents/cmk-agent-ctl/src/mailslot_transport.rs
Log Message:
-----------
Add mailslot serving backend for controller
NOTES:
- thread to check content of mailslot server
- channel to send received in mailsot data to peer
- thread stop and thread waiting
- async support too
CMK-11076
Change-Id: I74ffa0fa61187e3466b7809e495a96e55f957ff9
Commit: 70c3fed7b9f0d07d66081804fe27de017c3a7f5d
https://github.com/tribe29/checkmk/commit/70c3fed7b9f0d07d66081804fe27de017…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
R agents/cmk-agent-ctl/src/monitoring_data.rs
A agents/cmk-agent-ctl/src/monitoring_data/linux.rs
A agents/cmk-agent-ctl/src/monitoring_data/mod.rs
A agents/cmk-agent-ctl/src/monitoring_data/windows.rs
Log Message:
-----------
Move OS dependent functionality in corresponding file
- mnitoring_data API had been moved into own subdirectory
Motivation: we have way to many #[cfg(os)] declarations.
OS specific API should be in most cases isolated in the
OS private modules or files.
Change-Id: Ia6802f7523cc14159b27fbf5935b5e2dd0dd7ff3
Commit: 766af1893134e3f43120034f25a25d9538d2dbad
https://github.com/tribe29/checkmk/commit/766af1893134e3f43120034f25a25d953…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M agents/wnx/watest/watest.cpp
Log Message:
-----------
Remove unused code from watest
Change-Id: I44b60a0f7ed39ec20cc93234fd72eeca33860331
Commit: d0b0f23a880395e4ab8185234732cb8d172d09b4
https://github.com/tribe29/checkmk/commit/d0b0f23a880395e4ab8185234732cb8d1…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M agents/wnx/src/common/cfg_info.h
Log Message:
-----------
Add new predefined mailslot name to be used mostly for integration
Change-Id: Ic23f1c42e262663669d41e572d6dac17d308a4c3
Compare: https://github.com/tribe29/checkmk/compare/00cc7b6c321c...d0b0f23a8803