Yogibaer75 / Check_MK-Things

From check plugins to website extensions
60 stars 19 forks source link

Issue after installing - HyperV Cluster Checks - #2

Closed linomas closed 3 years ago

linomas commented 3 years ago

I have got the following error message after uploading and installing the HyperV Cluster Checks mkp.

Some GUI extensions could not be loaded. This may be caused by some incompatible extension packages.

Loading "/omd/sites/<>/local/share/check_mk/web/plugins/metrics/hyperv.py" failed: name 'df_translation' is not defined

I am using 1.6.0p19

Thanks in advance for help

linomas commented 3 years ago

I have add the folowing line at the begining of the file to import the module

from cmk.gui.plugins.metrics.check_mk import df_translation

Yogibaer75 commented 3 years ago

Yes this import was missing. I will try to build an updated package today.

linomas commented 3 years ago

Thanks for your work.

Yogibaer75 commented 3 years ago

I forgot to write that the updated package is now available.