Difference between revisions of "ZenPack:APC PDU Aggregate A/B Monitor"
Line 4: | Line 4: | ||
|Maintainer=nianderson | |Maintainer=nianderson | ||
|ZenPack name=ZenPacks.community.aggregateAPCpduAB | |ZenPack name=ZenPacks.community.aggregateAPCpduAB | ||
− | |Homepage=http://community.zenoss.org/docs/DOC-5907 | + | |Homepage=http://github.com/nickanderson/ZenPacks.community.aggregateAPCpduAB |
− | |Source URI= | + | |Documentation URL=http://community.zenoss.org/docs/DOC-5907 |
+ | |Source URI=git://github.com/nickanderson/ZenPacks.community.aggregateAPCpduAB.git | ||
|Releases={{Release | |Releases={{Release | ||
|Version=1.1 | |Version=1.1 | ||
− | |Compatible with=Zenoss Core 2.5.x, Zenoss Core 3.1.x, Zenoss Core 3.2.x | + | |Tag=b5f7623bafe6d16d32c5b3f71b3c98b703fc8d8c |
+ | |Compatible with=Zenoss Core 2.5.x, Zenoss Core 3.1.x, Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x | ||
}} | }} | ||
|Devices={{Device | |Devices={{Device | ||
Line 19: | Line 21: | ||
|For Python=2.4 | |For Python=2.4 | ||
|Download URL=http://community.zenoss.org/servlet/JiveServlet/download/5907-3-2852/ZenPacks.community.aggregateAPCpduAB-1.1-py2.4.egg.zip | |Download URL=http://community.zenoss.org/servlet/JiveServlet/download/5907-3-2852/ZenPacks.community.aggregateAPCpduAB-1.1-py2.4.egg.zip | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
}} | }} | ||
+ | This ZenPack aggregates the total AMP load from two APC PDUs. | ||
+ | |||
+ | Example Situation: | ||
+ | * 1 Rack | ||
+ | * 2 20A circuits | ||
+ | * 1 PDU for each circuit. | ||
+ | Each piece of equipment has redundant power supplies and has access to both | ||
+ | legs of power. This allows one circuit to fail without bringing down | ||
+ | equipment. In order to ensure that failure of one circuit does not cause the | ||
+ | second circuit to overload and fail the aggregate AMP load must be monitored. | ||
{{ZenPackFooter}} | {{ZenPackFooter}} |
Revision as of 18:36, 16 November 2012
- Author(s)
- nianderson
- Current Maintainer(s)
- nianderson
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.community.aggregateAPCpduAB
- More Information
- GitHub page/HomePage
- Link to more docs
- View Documentation
- Git sources (for cloning)
- Link
Devices Monitored:
APC PDU Aggregate A/B Monitor 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 ZenPack is developed by the Zenoss user community and supported via our online forums. Zenoss, Inc. does not provide direct support for this ZenPack.
Releases
- Version 1.1- Download
- Compatible with Zenoss Core 2.5.x, Zenoss Core 3.1.x, Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x
Background
This ZenPack aggregates the total AMP load from two APC PDUs.
Example Situation:
- 1 Rack
- 2 20A circuits
- 1 PDU for each circuit.
Each piece of equipment has redundant power supplies and has access to both legs of power. This allows one circuit to fail without bringing down equipment. In order to ensure that failure of one circuit does not cause the second circuit to overload and fail the aggregate AMP load must be monitored.
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.community.aggregateAPCpduAB-*.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 git://github.com/nickanderson/ZenPacks.community.aggregateAPCpduAB.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.community.aggregateAPCpduAB
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!