Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 6dbeb4728bec3ae22127ddfc6c89f110002ce66e
https://github.com/Checkmk/checkmk/commit/6dbeb4728bec3ae22127ddfc6c89f1100…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M packages/livestatus/src/TableStateHistory.cc
Log Message:
-----------
Fixed partial filter
The data for "host_down" and "service_period" has not yet been set for
the
rows, so a filter should not try to access those columns. Although this is
a correctness fix, it doesn't make any difference for our own SW, which
doesn't use a filter on these fields for the "statehist" table. At least I
think so... :-}
Be a bit more explicit about the "current_*" columns, just for readability.
Change-Id: I31d5b21176a0ca9c525cc960b27f5b19c870eec1
Commit: daf86b8c80501b498fac6fda41f391f3de39b47d
https://github.com/Checkmk/checkmk/commit/daf86b8c80501b498fac6fda41f391f3d…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M tests/unit/cmk/plugins/collection/agent_based/test_cmciii.py
Log Message:
-----------
clean up tests
Speed up the execution of this test file
(on its own) by factor 20.
Change-Id: I6047905c25039f3e8d35f6c3e34b9cd519879578
Compare:
https://github.com/Checkmk/checkmk/compare/71f72807225c...daf86b8c8050
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications