Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 9bc8d448d3728a94e8db30fe0387ab069862ca9a
https://github.com/tribe29/checkmk/commit/9bc8d448d3728a94e8db30fe0387ab069…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M cmk/base/config.py
M tests/unit/cmk/base/test_config.py
M tests/unit/cmk/base/test_mgmt_board.py
Log Message:
-----------
Fixup typing of management credentials
CMK-12589
Change-Id: Iad4b26aab677fa6b9bfbfd4b0bec8826c712f73b
Commit: a7ce4d80ed6fa6dc19904f0c2763a10b4f516cb5
https://github.com/tribe29/checkmk/commit/a7ce4d80ed6fa6dc19904f0c2763a10b4…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M cmk/base/_sources.py
M cmk/base/automations/check_mk.py
M cmk/base/config.py
M cmk/base/modes/check_mk.py
M tests/unit/cmk/snmplib/test_snmplib_snmp_table.py
Log Message:
-----------
Fixup credentials and protocol for management boards
CMK-12589
Change-Id: Ic86f1a93d9094122bc565ed305bdc3479848a828
Commit: f24ba47990d6a69bd8bee9e7e42607f00ed25036
https://github.com/tribe29/checkmk/commit/f24ba47990d6a69bd8bee9e7e42607f00…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
A .werks/14186
M web/htdocs/js/modules/valuespecs.ts
Log Message:
-----------
14186 FIX BI configuration: do not duplicate hints in call-a-rule argument fields
Change-Id: I70067d5c07f31bf9c6c0ee4850aae9f431348055
Commit: fd93a1ab10abb5c286f1277bdc9f724650c99b3d
https://github.com/tribe29/checkmk/commit/fd93a1ab10abb5c286f1277bdc9f72465…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
R
tests/unit/checks/generictests/datasets/mssql_blocked_sessions_INST_BLOCKED_regression.py
R
tests/unit/checks/generictests/datasets/mssql_blocked_sessions_INST_NO_BLOCKED_regression.py
R
tests/unit/checks/generictests/datasets/mssql_blocked_sessions_NO_INST_BLOCKED_regression.py
R
tests/unit/checks/generictests/datasets/mssql_blocked_sessions_NO_INST_NO_BLOCKED_regression.py
R tests/unit/checks/generictests/datasets/mssql_blocked_sessions_clustered.py
A tests/unit/cmk/base/plugins/agent_based/test_mssql_blocked_sessions.py
Log Message:
-----------
Prepare migration of mssql_blocked_sessions
add tests
Change-Id: I9df20dd717661433965cda725dae8cb63110f46b
Commit: d9141fd2687733f2f59e891c8be58ce92782e9ac
https://github.com/tribe29/checkmk/commit/d9141fd2687733f2f59e891c8be58ce92…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
A .werks/14729
M cmk/base/plugins/agent_based/esx_vsphere_hostsystem_section.py
M cmk/base/plugins/agent_based/esx_vsphere_systeminfo.py
M cmk/base/plugins/agent_based/esx_vsphere_vm.py
M tests/unit/cmk/base/plugins/agent_based/test_section_host_label_doc.py
Log Message:
-----------
14729 Add cmk/vsphere_vcenter host label
The <b>cmk/vsphere_object:vcenter</b> host label value is replaced
by the <b>cmk/vsphere_vcenter:yes</b> host label.
The <b>cmk/vsphere_object</b> host label can no longer have the value
<b>vcenter</b> and all rules matching this host label value have to be
replaced by the new host label <b>cmk/vsphere_vcenter:yes</b>.
Change-Id: I3d9582ba5a5557206f71ed9fd35fea2f9430491b
Compare:
https://github.com/tribe29/checkmk/compare/9532811a8641...d9141fd26877