Archived community.zenoss.org | full text search
Skip navigation
Currently Being Moderated

New Solution to Restore ZenPack into development mode

VERSION 1 
Created on: Sep 14, 2009 11:16 AM by Noel Brockett - Last Modified:  Apr 20, 2010 3:58 PM by Matt Ray

This solution will fix the minor bug in the export and download.

(1) Copy the ZenPack directory to /tmp

cp ZenPacks.Community.CiscoCallManager-1.1-py2.4.egg /tmp

(2) Remove the ZenPack

zenpack --remove=ZenPacks.Community.CiscoCallManager

and also delete the directory

rm ZenPacks.Community.CiscoCallManager-1.1-py2.4.egg -fr

(3) Create a new ZenPack

* Click "Setting" -> "ZenPacks" tag

* From dropdown menu, click "Create a ZenPack"

Name: ZenPacks.Community.CiscoCallManager

Then click "OK" button

(4) Copy /tmp/ZenPacks.Community.CiscoCallManager-1.1-py2.4.egg/ZenPacks/Community/CiscoCallManager/* back to the new ZenPack's /ZenPacks/Community/CiscoCallManager/

(5) zopectl restart (Once you change the ZenPack version in webpage, zopectl has to restart)

Now you can export or download the zenpack without any problem.

Comments (0)

More Like This

  • Retrieving data ...

More by Noel Brockett