Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 3f049d7e271ca7d4b3c13284d4074b3de4bc7f2d
https://github.com/tribe29/checkmk/commit/3f049d7e271ca7d4b3c13284d4074b3de…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A .werks/13035
M cmk/gui/fields/definitions.py
M cmk/gui/plugins/wato/builtin_attributes.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_host_config.py
Log Message:
-----------
13035 FIX REST API host attribute management protocol
In the previous versions, the host field `management_protocol` was not
correctly typed and thus could not be set via API.
SUP-7197
Change-Id: If120ace8bf58d72223a5644fbf42c72d9a183db7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 338d0673dc64e7a4f3dad5e42e871a3d3ee5f796
https://github.com/tribe29/checkmk/commit/338d0673dc64e7a4f3dad5e42e871a3d3…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A .werks/13027
M cmk/base/notify.py
Log Message:
-----------
13027 FIX Bulk notification without WATO plugin crash
When using a bulk notification without a WATO plugin the notification
crashed with:
2021-07-16 14:18:17,279 [40] [cmk.base.notify] Error sending bulk /omd/sites/cmk/var/check_mk/notify/bulk/cmkadmin/my_bulk/10,1000,host,localhost:
Traceback (most recent call last):
File "/omd/sites/cmk200p7/lib/python3/cmk/base/notify.py", line 1889, in send_ripe_bulks
notify_bulk(bulk[0], bulk[-1])
File "/omd/sites/cmk200p7/lib/python3/cmk/base/notify.py", line 1937, in notify_bulk
assert isinstance(old_params, dict)
AssertionError
This is now fixed.
Change-Id: I06eb4ed4b12675ce4c3c92909ed492106e9c75df
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5ef661b54a32f0fd7c3ad86aa2271c33db2f0022
https://github.com/tribe29/checkmk/commit/5ef661b54a32f0fd7c3ad86aa2271c33d…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M livestatus/src/LogCache.cc
M livestatus/src/LogCache.h
M livestatus/src/TableStateHistory.h
Log Message:
-----------
Use standard STL names for some LogCache types.
Change-Id: I6e5166cec75eaf8a05b86ee31ccf785908ef819d
Commit: 8a52aa7b1a25379d2125d02b3305d1718be4002b
https://github.com/tribe29/checkmk/commit/8a52aa7b1a25379d2125d02b3305d1718…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M buildscripts/infrastructure/build-nodes/scripts/install-python.sh
M buildscripts/infrastructure/build-nodes/scripts/install-python2.sh
Log Message:
-----------
fix missing failure function in install-python[2].sh
Change-Id: Iee0c220d61377f61665d4177622b816277653c05
Compare: https://github.com/tribe29/checkmk/compare/9a3079ff00e2...8a52aa7b1a25
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9a3079ff00e243269751f1a7496c408c297bc888
https://github.com/tribe29/checkmk/commit/9a3079ff00e243269751f1a7496c408c2…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M livestatus/src/Logfile.cc
M livestatus/src/Logfile.h
M livestatus/src/TableStateHistory.cc
M livestatus/src/TableStateHistory.h
Log Message:
-----------
Use standard STL names for some Logfile types.
Change-Id: I6f530b7211cf23dc910714c6fd4d56720361deb3
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: c8133da7abb2c89f596dbd804abc2f301850e902
https://github.com/tribe29/checkmk/commit/c8133da7abb2c89f596dbd804abc2f301…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M cmk/core_helpers/agent.py
M tests/unit/cmk/core_helpers/test_summarizers.py
Log Message:
-----------
allow recurring keys in checkmk section
This will allow us to simplify the corresponding agent code.
Adapt to regular parsing variable names, as this is defacto
a parse function.
Change-Id: Idd47d4980a7fafc1b99b820aa0b3845af9b50607
Commit: 9e3aea01df560f6f04fa26e353e48533074e13f8
https://github.com/tribe29/checkmk/commit/9e3aea01df560f6f04fa26e353e485330…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M cmk/gui/wato/pages/object_parameters.py
M cmk/gui/wato/pages/pattern_editor.py
M cmk/gui/wato/pages/rulesets.py
M cmk/gui/watolib/auth_php.py
M cmk/gui/watolib/snapshots.py
M cmk/notification_plugins/opsgenie_issues.py
M cmk/notification_plugins/slack.py
Log Message:
-----------
Cleanup six.{remove_str, remove_binary} part5
CMK-8367
Change-Id: I1b5f6df24c66e89ddf48fc5e2c70a14c08047a2f
Compare: https://github.com/tribe29/checkmk/compare/d82140dd2b34...9e3aea01df56