Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 54f6772387a657dce000d571d8e215db169faaa7
https://github.com/tribe29/checkmk/commit/54f6772387a657dce000d571d8e215db1…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
R checks/quantum_storage_status
A cmk/base/plugins/agent_based/quantum_storage.py
R cmk/base/plugins/agent_based/snmp_quantum_storage_info.py
M inventory/snmp_quantum_storage_info
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
quantum_storage_status: consolidate sections
We fuse two section to one, and migrate the related plugin.
CMK-5889
Change-Id: I4a747fb574c7e864e51a8cd9616f07de7d5f543a
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 5e8b609a12421cc3250ea81989c07264f49e3421
https://github.com/tribe29/checkmk/commit/5e8b609a12421cc3250ea81989c07264f…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
A .werks/11842
Log Message:
-----------
11842 Stabilize the Windows agent updater
In some cases for various reasons the agent updater of the Windows agent
can't update the agent. There are two possible outcomes: The agent is not
updated at all or the agent is even uninstalled.
Since this release, the Agent controls whether the update was successful
and on failure will retry update. The additional information is stored in
the file <tt>%ProgramData%\checkmk\agent\log\update.log</tt>
Change-Id: I7ee14ee554252526e366b6d20b93dfe2fd3cecc4
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5ecbc380b3f517e2b37303a10c9296b6c4a230ba
https://github.com/tribe29/checkmk/commit/5ecbc380b3f517e2b37303a10c9296b6c…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Fix type of FileUpload content
The class was wrongly using `str` instead of `bytes`, where it was
*really* handling bytes. We also fully type the class as well as
the `ImageUpload` class. This means using the `UploadedFile` type
defined in `cmk.gui.http`.
This mostly comes from the Python 3 migration.
CMK-6995
Change-Id: I5cd28acc1581a8d5cbeafc6f5045472a31a362e2
Commit: 387933e884666b280d993d4f1e7310354e51d566
https://github.com/tribe29/checkmk/commit/387933e884666b280d993d4f1e7310354…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Fix uploading bytes where text is expected
Before, the GUI would generate a huge crash report containing
*the whole file* as bytes repr. Twice. Now, we display a
decent error message to the user instead.
Change-Id: Ia01d439c149607d3e2d704b6e7b0031a90de86f9
Compare: https://github.com/tribe29/checkmk/compare/524a4138ea58...387933e88466
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 2045a42180d33ede760a774e132f49cd52e699b2
https://github.com/tribe29/checkmk/commit/2045a42180d33ede760a774e132f49cd5…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
R checks/quantum_storage_status
A cmk/base/plugins/agent_based/quantum_storage.py
R cmk/base/plugins/agent_based/snmp_quantum_storage_info.py
M inventory/snmp_quantum_storage_info
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
quantum_storage_status: consolidate sections
We fuse two section to one, and migrate the related plugin.
CMK-5889
Change-Id: I4a747fb574c7e864e51a8cd9616f07de7d5f543a
Commit: 2477f32d0b652d42838d8105411fede80f897e2a
https://github.com/tribe29/checkmk/commit/2477f32d0b652d42838d8105411fede80…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Fix type of FileUpload content
The class was wrongly using `str` instead of `bytes`, where it was
*really* handling bytes. We also fully type the class as well as
the `ImageUpload` class. This means using the `UploadedFile` type
defined in `cmk.gui.http`.
This mostly comes from the Python 3 migration.
CMK-6995
Change-Id: I5cd28acc1581a8d5cbeafc6f5045472a31a362e2
Commit: 84abf8d66e531f79715dfe5f61f6ba633314b655
https://github.com/tribe29/checkmk/commit/84abf8d66e531f79715dfe5f61f6ba633…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Fix uploading bytes where text is expected
Before, the GUI would generate a huge crash report containing
*the whole file* as bytes repr. Twice. Now, we display a
decent error message to the user instead.
Change-Id: Ia01d439c149607d3e2d704b6e7b0031a90de86f9
Compare: https://github.com/tribe29/checkmk/compare/f41d938c37e2...84abf8d66e53
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 6cc1b373b996cd41448c96a27e202c7b2472b111
https://github.com/tribe29/checkmk/commit/6cc1b373b996cd41448c96a27e202c7b2…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M omd/packages/openssl/openssl.make
A omd/packages/openssl/skel.permissions
Log Message:
-----------
openssl: Fixup etc files
* Move config files to openssl specific directory etc/ssl
* Fix permissions of etc/misc/tsget.pl etc/misc/CA.pl to be
as expected in the sites.
CMK-6991
Change-Id: I075b26180bff05375be5a888b2d00aeb53dc1d6c
Commit: 524a4138ea58b84dc4439550a67c5aef788e9406
https://github.com/tribe29/checkmk/commit/524a4138ea58b84dc4439550a67c5aef7…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
A .werks/11842
Log Message:
-----------
11842 Stabilize the Windows agent updater
In some cases for various reasons the agent updater of the Windows agent
can't update the agent. There are two possible outcomes: The agent is not
updated at all or the agent is even uninstalled.
Since this release, the Agent controls whether the update was successful
and on failure will retry update. The additional information is stored in
the file <tt>%ProgramData%\checkmk\agent\log\update.log</tt>
Change-Id: I7ee14ee554252526e366b6d20b93dfe2fd3cecc4
Compare: https://github.com/tribe29/checkmk/compare/85f3c189510b...524a4138ea58
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: dfd784ad52cfbd7b32241797506bf2ee71418889
https://github.com/tribe29/checkmk/commit/dfd784ad52cfbd7b32241797506bf2ee7…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M omd/packages/openssl/openssl.make
A omd/packages/openssl/skel.permissions
Log Message:
-----------
openssl: Fixup etc files
* Move config files to openssl specific directory etc/ssl
* Fix permissions of etc/misc/tsget.pl etc/misc/CA.pl to be
as expected in the sites.
CMK-6991
Change-Id: I075b26180bff05375be5a888b2d00aeb53dc1d6c
Commit: f41d938c37e26b98451bbfa207b1395e6733129f
https://github.com/tribe29/checkmk/commit/f41d938c37e26b98451bbfa207b1395e6…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
A .werks/12029
M inventory/lnx_distro
Log Message:
-----------
12029 FIX lnx_distro: Update Checkmk appliance vendor and version field
Change-Id: Ie1befe5b33589ace19ba1b2ddcaebfd15eaf9ab7
Compare: https://github.com/tribe29/checkmk/compare/2af2963d0884...f41d938c37e2