Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: cfcccf873d81a6405aeb1190e1b43cbbe669a3e1
https://github.com/tribe29/checkmk/commit/cfcccf873d81a6405aeb1190e1b43cbbe…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A .werks/13744
M checks/scaleio_devices
A tests/unit/checks/test_scaleio_devices.py
Log Message:
-----------
13744 FIX Crash check scaleio: KeyError(ERR_STATE)
If a scaleio device had missing information like error state (ERR_STATE),
state (STATE) or storage pool id (STORAGE_POOL_ID) the check would crash.
Now the respective value is displayed as "n/a".
CMK-10155
Change-Id: Ifd3056557f261b1dcdac744d72277836519bac13
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 4095a548f1d970907cccf7c6b3af074bf6bf765e
https://github.com/tribe29/checkmk/commit/4095a548f1d970907cccf7c6b3af074bf…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A .werks/13744
M checks/scaleio_devices
A tests/unit/checks/test_scaleio_devices.py
Log Message:
-----------
13744 FIX Crash check scaleio: KeyError(ERR_STATE)
If a scaleio device had missing information like error state (ERR_STATE),
state (STATE) or storage pool id (STORAGE_POOL_ID) the check would crash.
Now the respective value is displayed as "n/a".
CMK-10155
Change-Id: Ifd3056557f261b1dcdac744d72277836519bac13
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: c29194c08c42f11128b76eae43b71ecee932630e
https://github.com/tribe29/checkmk/commit/c29194c08c42f11128b76eae43b71ecee…
Author: Maximilian Wirtz <maximilian.wirtz(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M cmk/gui/views/__init__.py
Log Message:
-----------
Use proper variable name
The underscore is used for the i18n translations. Using it for unused
variables messes with namespaces and one cannot use the i18n function
anymore.
Change-Id: I43f0cbc2a619631dd1e627a81403af7b1ff1398a
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: d1347e827da4c1c7efe4aa9f9ac0ba64558dda58
https://github.com/tribe29/checkmk/commit/d1347e827da4c1c7efe4aa9f9ac0ba645…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/src/modes/delete_connection.rs
M agents/cmk-agent-ctl/src/modes/import_connection.rs
M agents/cmk-agent-ctl/src/modes/registration.rs
M agents/cmk-agent-ctl/src/modes/status.rs
Log Message:
-----------
cmk-agent-ctl: some cleanups + additional test
Change-Id: I4b1f3a4fe768bb569ff1b5f9a7e82cb9efd5814c
Commit: 780e10204821e7ec51349b116be860a1864de77e
https://github.com/tribe29/checkmk/commit/780e10204821e7ec51349b116be860a18…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/tests/common/mod.rs
M agents/cmk-agent-ctl/tests/test_pull.rs
Log Message:
-----------
cmk-agent-ctl: Implement create method for LegacyPullMarker, add tests
This is a preparation for adding a command line option to enable the
legacy pull mode.
Change-Id: Ib761c04af13801a1195671ca7084148e844f99bc
Commit: 93ea00afc8446e740895bde6350846856b4fd949
https://github.com/tribe29/checkmk/commit/93ea00afc8446e740895bde6350846856…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A .werks/14071
M agents/cmk-agent-ctl/src/cli.rs
M agents/cmk-agent-ctl/src/lib.rs
M agents/cmk-agent-ctl/src/modes/delete_connection.rs
Log Message:
-----------
14071 Agent controller: Add option to (re-)enable legacy pull mode
The agent controller (<tt>cmk-agent-ctl</tt>) now offers the option to
(re-)enable the legacy pull mode (no TLS, simple TCP communication). The
corresponding flag can be passed as an option to the <tt>delete-all</tt>
subcommand.
Change-Id: I48f820e893aacb3a8b17cef2cc421919514a5e39
Compare: https://github.com/tribe29/checkmk/compare/466041d4e034...93ea00afc844
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e8dc4f5f16bffef2711e9d066d62ce0e77e6e86e
https://github.com/tribe29/checkmk/commit/e8dc4f5f16bffef2711e9d066d62ce0e7…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/src/modes/delete_connection.rs
M agents/cmk-agent-ctl/src/modes/import_connection.rs
M agents/cmk-agent-ctl/src/modes/registration.rs
M agents/cmk-agent-ctl/src/modes/status.rs
Log Message:
-----------
cmk-agent-ctl: some cleanups + additional test
Change-Id: I4b1f3a4fe768bb569ff1b5f9a7e82cb9efd5814c
Commit: bc23e67a63e486a12f4b417ce6fdbe67bd7cec66
https://github.com/tribe29/checkmk/commit/bc23e67a63e486a12f4b417ce6fdbe67b…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/tests/common/mod.rs
M agents/cmk-agent-ctl/tests/test_pull.rs
Log Message:
-----------
cmk-agent-ctl: Implement create method for LegacyPullMarker, add tests
This is a preparation for adding a command line option to enable the
legacy pull mode.
Change-Id: Ib761c04af13801a1195671ca7084148e844f99bc
Commit: 110dd1ed0a9778a75a3312ab33e8d0074a047d4c
https://github.com/tribe29/checkmk/commit/110dd1ed0a9778a75a3312ab33e8d0074…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A .werks/14071
M agents/cmk-agent-ctl/src/cli.rs
M agents/cmk-agent-ctl/src/lib.rs
M agents/cmk-agent-ctl/src/modes/delete_connection.rs
Log Message:
-----------
14071 Agent controller: Add option to (re-)enable legacy pull mode
The agent controller (<tt>cmk-agent-ctl</tt>) now offers the option to
(re-)enable the legacy pull mode (no TLS, simple TCP communication). The
corresponding flag can be passed as an option to the <tt>delete-all</tt>
subcommand.
Change-Id: I48f820e893aacb3a8b17cef2cc421919514a5e39
Compare: https://github.com/tribe29/checkmk/compare/ae915af358e1...110dd1ed0a97