Branch: refs/heads/1.5.0
Home: https://github.com/tribe29/checkmk
Commit: a63ddf97e19f14f7c983cb5d2232c626fe9c85b3
https://github.com/tribe29/checkmk/commit/a63ddf97e19f14f7c983cb5d2232c626f…
Author: Ronny Bruska <rb(a)mathias-kettner.de>
Date: 2019-05-31 (Fri, 31 May 2019)
Changed paths:
A .werks/7413
Log Message:
-----------
7413 FIX smart: Fixed unused metric definition
Because of an unused metric definition the metrics for "Power_Cycle_Count" was
not diplayed correctly. This has been fixed.
Change-Id: I91b7ecdb36136296a640973a14a893fdb10f6297
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: fbfedb12ac4e1e08de2c23b83afcca8c0f7a32df
https://github.com/tribe29/checkmk/commit/fbfedb12ac4e1e08de2c23b83afcca8c0…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M tests/integration/cmk/gui/test_webapi.py
Log Message:
-----------
Temporarily disable failing integration tests.
This is a stopgap measure to get our CI going again, the disabled tests
*must* be enabled again later. To find them, just look for:
@pytest.mark.skip(reason="2019-05-29: FAILED")
At first glance the failures fall into 2 categories:
* Agent updater problems
* Recent configuration/attribute changes
Change-Id: I89a6b35a634f23560f0c0c77d6e8af5f1eb0ddea
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 744a38e0edbfb0e1173c6b029140065393f02929
https://github.com/tribe29/checkmk/commit/744a38e0edbfb0e1173c6b02914006539…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M cmk/utils/rulesets/tuple_rulesets.py
M cmk_base/config.py
M tests/unit/cmk/utils/rulesets/test_tuple_rulesets.py
Log Message:
-----------
Fix the matching behaviour of in_extraconf_servicelist
Also add some test cases and nuke in_servicematcher_list.
Change-Id: I22dd80a52273fb4eb0db48c4cf48238a3d9f62e2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: c2f24e128e1511b41c0e617ee8d2279169d8b3d5
https://github.com/tribe29/checkmk/commit/c2f24e128e1511b41c0e617ee8d227916…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M bin/mkbench
Log Message:
-----------
mkbench: adapt to new host tag format
Change-Id: I5a6f35864c1a29a1e93fed0b215ba41168f0925d
Commit: b4d25e92092953fdabf3b3929f3bb4e07c38f107
https://github.com/tribe29/checkmk/commit/b4d25e92092953fdabf3b3929f3bb4e07…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M bin/mkbench
Log Message:
-----------
mkbench: use livestatus.LocalConnection
Change-Id: Ib828a9dbde58d4c0a1de298a4cea4c2a32c5d7ea
Commit: ddda415e88c6304fac4317a336fb879267060dc3
https://github.com/tribe29/checkmk/commit/ddda415e88c6304fac4317a336fb87926…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M livestatus/api/python/livestatus.py
M tests/unit/livestatus/test_livestatus_unit.py
Log Message:
-----------
livestatus.LocalConnection: don't connect on initialization
A LocalConnection will connect on the first command/query anyway.
Furthermore, the call to connect() upon initialization of a
LocalConnection could block immediately if all livestatus channels
were used. Therefore, a subsequent call to set_timeout() was not
possible anymore.
Change-Id: I3c5d43442611a98d6cfbfb219d7fffcb5b99f7dc
Commit: 49925f17d2b8df49764e1c3db7f39bfa040d2f40
https://github.com/tribe29/checkmk/commit/49925f17d2b8df49764e1c3db7f39bfa0…
Author: Moritz Kiemer <mo(a)mathias-kettner.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
A .werks/7723
M checks/printer_io.include
M tests/unit/checks/generictests/datasets/printer_input.py
Log Message:
-----------
7723 FIX printer_input: Crash upon missing data
Missing snmp data lead to a crash of the generic check function
check_printer_io() which affected several checks like e.g. check printer_input.
Change-Id: Ibba11f333ebb3eb31fc2598d5e519fbde76253fd
Compare: https://github.com/tribe29/checkmk/compare/4a75755fe608...49925f17d2b8