Applies To
- Zenoss Resource Manager 4.1.x
- Zenoss Resource Manager 5.x
Summary
The acronym zpl or ZPL stands for zenpacklib. This is the ZenPack API. It is a Python library used in ZenPack development that enables anyone to copy and change a ZenPack to extend or change the ZenPack functionality.
The message "... converted to zpl..." means the ZenPack code is updated to be compatible with zenpacklib, and is no longer using older 4.11 version code. This means the ZenPack is compatible with the library, and is easier to edit or amend.
For additional information about the ZenPack Library, see:
- The ZenPack Development Guide
( http://wiki.zenoss.org/ZenPack_Development_Guide)
- The Zenoss zenpacklib page
( http://zenpacklib.zenoss.com/en/latest/)
Comments