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.
-
Log in to the Control Center master host as a user with
serviced
CLI privileges. -
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
-
Restart the Zope service.
serviced service restart zope