ZenPack:Installed Templates Report
- Organization
- Zenoss, Inc.
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.zenoss.InstalledTemplatesReport
- Link to more docs
- View Documentation
- Git sources (for cloning)
- Link
Installed Templates Report ZenPack
Warning
The ZenPack Catalog has moved to its new home at https://www.zenoss.com/product/zenpacks as of January 17, 2017. The following information may be out of date, and this page will eventually be removed.
Support
This is an Open Source ZenPack developed by Zenoss, Inc. Enterprise support for this ZenPack is available to commercial customers with an active subscription.
Releases
- Version 1.1.2- Download
- Released on 2018/12/05
- Compatible with Zenoss Resource Manager 5.x.x
Background
This ZenPack provides a report of all the Monitoring Templates installed in a Zenoss instance, drawing together many different attributes that are not otherwise found in a text format such as:
- Template Name
- Device Class
- ZenPack Name
- DataSources
- Thresholds
- Graph Definitions
The user has the ability to view the templates by sorting through Template Name, Device Class or ZenPack Name.
Usage
- Click Reports
- Under Reports, expand "Monitoring Capabilities Reports"
- Select "Installed Templates" to generate a report for all Templates in your Zenoss instance
Sample Report
Changes
- 1.1.1
- Fixed PTRuntimeError in 4.2.5 (ZEN-24616)
- 1.1.0
- Added ability to export Report to PDF
Installation
Normal Installation (packaged egg)
- Download the appropriate egg file for the version of Zenoss you are running.
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Install the ZenPack:
$ zenpack --install ZenPacks.zenoss.InstalledTemplatesReport-*.egg
- Restart these services:
$ zenoss restart
Developer Mode Installation
In order to do a development mode installation you will want to clone the existing git repository, and then use the --link flag with the zenpack command:
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Start by cloning the upstream repository:
$ git clone https://github.com/zenoss/ZenPacks.zenoss.InstalledTemplatesReport.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.zenoss.InstalledTemplatesReport
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!