-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Compatibility Issues with checkmkapi
After Upgrade to Checkmk 2.4.0p7
After upgrading to 2.4.0p7 from 2.3.0.p30, we encountered an issues related to the checkmkapi:
- File:
checkmkapi.py
import cmk.utils.site - Problem: The module attempts to import
cmk.utils.site
, which appears to be missing in 2.4.0. - Question: Is this a known incompatibility?
Workaround:
The import is only required when no -s
or --url
parameter is provided. A simple workaround is to explicitly pass the URL:
# OLD:
vm_parent.py -i <site>
# NEW:
vm_parent.py -i <site> --url <site_url>
Metadata
Metadata
Assignees
Labels
No labels