Developer's Guide
Docs Home
Community Home
Chapter 3. ZenPacks
Prev
Next
Chapter 3. ZenPacks
Table of Contents
1. Overview
2. Creating a ZenPack
2.1. ZenPack Names
2.2. Specifying Dependencies
2.3. Locating ZenPack Source Outside of Zenoss
2.4. Community ZenPack Subversion Access
3. ZenPack Structure and Contents
4. Developing the ZenPack
4.1. Base ZenPack Class
4.2. Storing Objects in the ZODB
4.3. Providing DataSource classes
4.4. Performance Template Checklist
4.4.1. Data Sources
4.4.2. Data Points
4.4.3. Thresholds
4.4.4. Graph Definitions
4.4.5. Graph Points
4.5. Providing Performance Collector Plugins
4.6. Providing Daemons
4.7. setuptools and the zenpacksupport
5. Building and Distributing ZenPacks
5.1. Migrating between versions
5.2. Converting older ZenPacks to ZenPack eggs
6. Development Mode
6.1. Source ZenPacks
6.2. Converting .eggs to Development Mode
7. Where to Get More Information