Werk #15632: check_http: Fix Option Enforce IPv4 Properly
Komponente | Checks & agents | ||||
Titel | check_http: Fix Option Enforce IPv4 Properly | ||||
Datum | 20.06.2023 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
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.