Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: dc35814956799ff7acb316e1674ec19276d2ea4e
https://github.com/Checkmk/checkmk/commit/dc35814956799ff7acb316e1674ec1927…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
A .werks/15025.md
Log Message:
-----------
15025 FIX User defined "PING IPv4/6" services are no longer overwritten on
dual stack hosts
For a dual stack host check mk will create *PING IPv4* and *Ping IPv6* services
automatically. Those services are created by the core configuration and cannot
be deactivated. With the CMC core two *Ping IPv4/6* services would appear on the
host, the nagios core ignores the user defined service. The core configuration now
only creates the respective PING service for the main interface of the host.
If you have a user defined *Ping IPv4/6* service it will replace the old auto
generated one with the next *Activate Changes*.
Change-Id: I2d1046a7ea3c921392be91e1bd55d2c4eeb39158
Commit: df8afc56fdfbd948529c362ffc9a8366d163685d
https://github.com/Checkmk/checkmk/commit/df8afc56fdfbd948529c362ffc9a8366d…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
A .werks/16285
M cmk/gui/openapi/endpoints/rule/fields.py
M tests/unit/cmk/gui/openapi/test_openapi_rules.py
Log Message:
-----------
16285 FIX rules: match_on items must be at least of length 1
This werk addresses an issue found by our QA team on the
rules collection POST endpoint
...domain-types/rule/collections/all
The match_on field requires a list of strings but didn't
enforce any length. Previously, passing an empty string
would provoke a crash. We now enforce a minimum string
length of 1.
CMK-15039
Change-Id: I94243bfac20636be4e8589d2722053bc0f8c5e84
Commit: 53d9164f2c55a8d585b368e15c42e5294b14f2b6
https://github.com/Checkmk/checkmk/commit/53d9164f2c55a8d585b368e15c42e5294…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
A .werks/16284
M cmk/gui/openapi/endpoints/host_tag_group/__init__.py
M cmk/gui/openapi/endpoints/host_tag_group/response_schemas.py
Log Message:
-----------
16284 FIX host_tag_group: add help field to the response schema
CMK-15053
Change-Id: I360f422a7bd97a52d58ba9929dc9f9097d2cb48b
Commit: b6596b57a4e9e5cd96e72d2d7ea18d54a4f56b13
https://github.com/Checkmk/checkmk/commit/b6596b57a4e9e5cd96e72d2d7ea18d54a…
Author: René Slowenski <rene.slowenski(a)checkmk.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M tests/schemathesis_openapi/test_schemathesis_openapi.py
Log Message:
-----------
schemathesis tests: Skip CRUD testing
Due to some recent library updates, the CRUD portion of the
schemathesis tests is currently broken and fails with TypeError
exceptions.
This change skips the tests temporarily until CMK-15469 is resolved.
Change-Id: Ia5c87f5b24329c40b19d9b0689d4648eec8d8b7b
Compare:
https://github.com/Checkmk/checkmk/compare/ca53cef4647f...b6596b57a4e9