ZenPack:RabbitMQ
From Zenoss Wiki
Revision as of 13:24, 24 June 2013 by Chet Luther (Talk | contribs)$7
- Organization
- Zenoss, Inc.
- License
- GNU General Public License, Version 2
- ZenPack name
- ZenPacks.zenoss.RabbitMQ
- More Information
- GitHub page/HomePage
- Git sources (for cloning)
- Link
RabbitMQ ZenPack
This ZenPack monitors the RabbitMQ AMQP messaging software.
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.0.6- Download
- Summary of changes: (ZEN-5533) /Status/RabbitMQ for queues don't auto-clear when resolved
- Released on 2013/02/21
- Compatible with Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x, Zenoss Resource Manager 4.2.x
- Version 1.0.5- Download
- Summary of changes: (ZEN-3526) RabbitMQ: No data returned for command
- Released on 2012/09/25
- Compatible with Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x, Zenoss Resource Manager 4.2.x
- Version 1.0.4- Download
- Summary of changes: Zenoss 4.2 compatibility
- Released on 2012/08/06
- Compatible with Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x, Zenoss Resource Manager 4.2.x
Background
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.RabbitMQ-*.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/zenoss/ZenPacks.zenoss.RabbitMQ.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.zenoss.RabbitMQ
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!