kuhn-ruess / Checkmk-Checks

Checks and Stuff for Check_MK
MIT License
39 stars 21 forks source link

Docker check-mk 2.2 fails to pre-compile after mkp install of pure 1.4.5 #69

Closed zbukhari-apex closed 1 month ago

zbukhari-apex commented 1 year ago

The error message reads:

Error precompiling checks for host PURE.STORAGE.HOST: Cannot find check file agent_pure needed for check type agent_pure.

So I went into the checks directory and found pure_agent but not agent_pure. I just renamed it and then it worked.

$ cd /omd/sites/cmk/local/share/check_mk/checks
$ mv pure_agent agent_put
Bastian-Kuhn commented 1 year ago

That is a Problem only with the RAW Edition currently. Hope I can fix that without breaking any installation

Bastian-Kuhn commented 1 year ago

Is fixed in 1.4.7, can you check if that breaks something? In your case, you may need to remove your agent_pure you created with mv because that can cause a conflict.