Skip to content

Creating a ZenPack

To perform this procedure, you need a user account with serviced CLI privileges on the Control Center master host.

This procedure demonstrates how to create a ZenPack for customized monitoring templates, customized event classes and mappings, device MIBs, and similar items which require no customized Python code. For more advanced ZenPack development, refer to the ZenPack Development Kit.

  1. Log in to the Control Center master host as a user with serviced CLI privileges.

  2. Create a ZenPack. Replace ZenPacks.myOrg.myPackName with the name of the ZenPack to create.

    serviced service run zope zenpack-manager create ZenPacks.myOrg.myPackName
    
  3. Restart the Zope service.

    serviced service restart zope