Open fuf42 opened 11 months ago
Hi,
seems, that "RulespecGroupIntegrateOtherServices" moved in checkmk 2.2. I solved this like that in nextcloud_data_extension.py:
try: from cmk.gui.plugins.wato.active_checks import ( RulespecGroupIntegrateOtherServices, ) except: from cmk.gui.plugins.wato.active_checks.common import ( RulespecGroupIntegrateOtherServices, )
Christian
Hi,
seems, that "RulespecGroupIntegrateOtherServices" moved in checkmk 2.2. I solved this like that in nextcloud_data_extension.py:
Christian