Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: b4b891814fdde4a844bcd707a6727baf2c051251
https://github.com/tribe29/checkmk/commit/b4b891814fdde4a844bcd707a6727baf2…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M Makefile
M agents/wnx/scripts/clean_artifacts.cmd
M buildscripts/scripts/build-cmk-version.jenkins
M scripts/fake-windows-artifacts
Log Message:
-----------
Add non-signed version of MSI to the distro
SUP-9627
Change-Id: I6f8661d634d5c321659c335c2a7f05c1da942171
Commit: 0b2777d7562d3d36711ccb60b6860ef20d52c2a8
https://github.com/tribe29/checkmk/commit/0b2777d7562d3d36711ccb60b6860ef20…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A cmk/utils/obfuscate.py
A tests/unit/cmk/utils/test_obfuscate.py
Log Message:
-----------
Add engine for obfuscate / deobfuscate file
Code is based on the existing code from 1.6
SUP-9627
Change-Id: Ieaffc7737b7b2921a0c1ccde4b6af804f3475d4a
Commit: 1d8c5c4d5c7dc2326e714a87bfc356f3b1b91d0e
https://github.com/tribe29/checkmk/commit/1d8c5c4d5c7dc2326e714a87bfc356f3b…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M cmk/utils/msi_engine.py
Log Message:
-----------
Deobfuscate check_mk_agent_unsigned.msi
Deobfuscation is performed during MSI file build
phase.
Also removed very old legacy code.
TEST: Manual with .f12, also against obfuscated files
SUP-9627
Change-Id: Ib52c000708040065a6852657338663c10fd857c8
Commit: bb28e1df8a799233af2338035ff4c4667fc520cb
https://github.com/tribe29/checkmk/commit/bb28e1df8a799233af2338035ff4c4667…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M agents/wnx/build_release.cmd
M agents/wnx/python_packages.cmd
M cmk/utils/obfuscate.py
Log Message:
-----------
Obfuscate check_mk_agent_unsigned.msi in build script
Also the package to python install had been added
TEST: Manual
SUP-9627
Change-Id: I874f5f8cd05bcf34843d7b1cf22981241224e043
Compare: https://github.com/tribe29/checkmk/compare/deffd57f80ed...bb28e1df8a79
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 21b83b6da3dbb3e9039cd76f3547a9a7c3eb8f9d
https://github.com/tribe29/checkmk/commit/21b83b6da3dbb3e9039cd76f3547a9a7c…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A .werks/13873
M cmk/gui/plugins/sidebar/views.py
Log Message:
-----------
13873 FIX Remove reports from 'Views' sidebar snapin
SUP-9842
Change-Id: Ib79bb6ff0546ebfb3bc398877c09214d6fe4057e
Commit: f8757930b3c8a90c9b1535fe862baf43c19c7897
https://github.com/tribe29/checkmk/commit/f8757930b3c8a90c9b1535fe862baf43c…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A .werks/13257
M cmk/base/plugins/agent_based/utils/ps.py
M tests/unit/cmk/base/plugins/agent_based/test_ps_check.py
Log Message:
-----------
13257 FIX Avoid redundant and unwanted listing of processes in ps based checks
To avoid listing of all processes in the details of "State and count of processes" regardless of actually
reached levels defined for "Levels on CPU utilization of a single process" output will now only be generated
in case at leat WARN level has been reached by a given process.
In case a full list of processes is desired, one should enable `process_info`, i.E."Enable per-process
details in long-output"
Change-Id: Iaa0e970f87f99c039ca6647f2c1c111ba5ccaa87
Commit: deffd57f80ed80b62d05ed0f376a64e45aafcd0c
https://github.com/tribe29/checkmk/commit/deffd57f80ed80b62d05ed0f376a64e45…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M cmk/gui/plugins/wato/active_checks.py
M cmk/gui/valuespec.py
Log Message:
-----------
Enlarge default `Hostname` input fields and apply to `Check HTTP` WATO
Change-Id: Ibac9f48771b37c0b29cd58815e6a87b405f54b91
Compare: https://github.com/tribe29/checkmk/compare/c4d1e1109917...deffd57f80ed
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 73065478d3bc0adc4762815dcb1941fefb12c00b
https://github.com/tribe29/checkmk/commit/73065478d3bc0adc4762815dcb1941fef…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A .werks/13257
M cmk/base/plugins/agent_based/utils/ps.py
M tests/unit/cmk/base/plugins/agent_based/test_ps_check.py
Log Message:
-----------
13257 FIX Avoid redundant and unwanted listing of processes in ps based checks
To avoid listing of all processes in the details of "State and count of processes" regardless of actually
reached levels defined for "Levels on CPU utilization of a single process" output will now only be generated
in case at leat WARN level has been reached by a given process.
In case a full list of processes is desired, one should enable `process_info`, i.E."Enable per-process
details in long-output"
Change-Id: Iaa0e970f87f99c039ca6647f2c1c111ba5ccaa87
Commit: 05c85ef43c373a09ab469ac42fd10686ba053f4f
https://github.com/tribe29/checkmk/commit/05c85ef43c373a09ab469ac42fd10686b…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M cmk/gui/plugins/wato/active_checks.py
M cmk/gui/valuespec.py
Log Message:
-----------
Enlarge default `Hostname` input fields and apply to `Check HTTP` WATO
Change-Id: Ibac9f48771b37c0b29cd58815e6a87b405f54b91
Compare: https://github.com/tribe29/checkmk/compare/2cf28d1aeb24...05c85ef43c37