This information you ask is in the latest version 1.3.0 (currently under review on CMK Exchange). You can wait a while or take the latest version from github.
MEGA! Thank you so much! <3
Disregard this post. I was confused by the error. It was because CheckMK did not cleanly remove the old version files from the site. After a manual cleanup, I believe it’s working in the local test site. My customer is appreciative of your efforts
Hello Zito!
I am looking at this plugin to save a customer’s billable time. When I add v1.3.0 to CheckMK Enterprise 2.4.0p17, I get the following:
Some GUI extensions could not be loaded. This may be caused by some incompatible extension packages.
Loading "wato/dell_powervault_datasource_programs" failed: No module named 'cmk.gui.plugins.wato.special_agents.common_tls_verification'
I do not see an upper limit set on the MKP, so I presumed it would work with 2.4.
Based on the error, I went looking at the special agents, and don’t see “common_tls_verification” in either local or version-supplied special agents:
OMD[<REDACTED>]:~$ find $OMD_ROOT/{,local/}lib/python3/cmk/gui/plugins/wato/special_agents/ -type f
/omd/sites/<REDACTED>/lib/python3/cmk/gui/plugins/wato/special_agents/aws.py
/omd/sites/<REDACTED>/lib/python3/cmk/gui/plugins/wato/special_agents/__pycache__/aws.cpython-312.pyc
find: ‘/omd/sites/<REDACTED>/local/lib/python3/cmk/gui/plugins/wato/special_agents/’: No such file or directory
OMD[<REDACTED>]:~$
Is there a file that perhaps was accidentally left out of the v1.3.0 MKP?
@zito hello, firstly thankyou for your work. Do you know if your plugin will work with a powerstore 5200? If I understand correctly its meant to talk to storage manager? but from what I am told powerstore 5200 have their own built in manager with rest api and dont sit behind a storage manager
I don’t know unfortunately. I wrote the plugin for our PowerStore 500T. The cheks are based on REST API documentation https://www.dell.com/support/manuals/cs-cz/powerstore-500t/pwrstr-apidevg/managing-a-rest-api-session
