Hi,
Due to a RabbitMQ crash, I was forced to do a repair of my zenoss install (one "head unit" and a collector)
Afer I completed the repair, my build did indeed work (I can use PING and it is collecting traps on the collector like a champ) however it looks like any of my ZenPacks loaded into whatever populates the UI.
I see the default ZenPacks in /opt/zenoss/ZenPacks/ as *.egg directories. If I try running zenpack --install, I ether get permission denied messages as the "zenoss" user, or as "root" I get:
File "/opt/zenoss/lib/python/Products/CMFCore/DirectoryView.py", line 621, in addDirectoryViews
raise ValueError('Not a registered directory: %s' % reg_key)
ValueError: Not A registered Directory: Zenpacks.zenoss.HttpMonitor:/opt/zenoss/Products/ZenPacks.zenoss.HttpMonitor-2.1.0-py2.7.egg/skins
Not eactly sure what do do from here. Would like to reload all the ZenPacks as a batch, or at very least get HttpMonitor reloaded.
Any suggestions would be appreciated.