kuhn-ruess / Checkmk-Checks

Checks and Stuff for Check_MK
MIT License
40 stars 22 forks source link

ImportError: cannot import name 'perfometers' from 'cmk.gui.plugins.views.perfometers' (unknown location) #39

Closed xtforever closed 1 year ago

xtforever commented 2 years ago

file: web/plugins/perfometer/mysql_status.py checkmk: 2.1

Maybe this will work:

Perf-O-Meter for mysql_status

issue #24

from cmk.gui.plugins.views.perfometers.utils

Bastian-Kuhn commented 2 years ago

Hello,

the Version 4.0 of the Plugin has the Fixes from #24, but if you experience this error with 2.1, that would mean they moved again something. I currently more than busy, so a quick question: Are you saying you fixed it by importing from cmk.gui.plugins.views.perfometers.utils? If so, I would change that and release a cmk 2.1 version of the plugin.

Thanks for your Help!

Bastian-Kuhn commented 1 year ago

Fixed in 4.0.1 version of the Plugin. The Path was changed again in Checkmk...