Werk #15632: check_http: Fix Option Enforce IPv4 Properly
Component | Checks & agents | ||||
Title | check_http: Fix Option Enforce IPv4 Properly | ||||
Date | Jun 20, 2023 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
In Werk 15621, the behaviour of Enforce IPv4 was changed. Existing rules have been migrated to a new option (with the old behaviour). However, the selection of the option Enforce IPv4 in the user interface did not work properly. It resulted in the following crash
ValueError('ipv4_enforced' is not a valid Family)
This Werk fixes the selection.