Difference between revisions of "ZenPack:Asterisk 1.6 SNMP"
From Zenoss Wiki
(5 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
|Maintainer=andrea.consadori | |Maintainer=andrea.consadori | ||
|ZenPack name=ZenPacks.AndreaConsadori.Asterisk16 | |ZenPack name=ZenPacks.AndreaConsadori.Asterisk16 | ||
− | |Homepage= | + | |Homepage=https://github.com/zenoss/ZenPacks.AndreaConsadori.Asterisk16 |
− | |Source URI= | + | |Source URI=git://github.com/zenoss/ZenPacks.AndreaConsadori.Asterisk16.git |
− | + | |Tags=require-license-update | |
− | {{Release | + | |Releases={{Release |
|Version=3.0 | |Version=3.0 | ||
− | |Compatible with=Zenoss Core 3.2.x, | + | |Tag=070f60b7fa97ac02c27fe6e1cb7d9f65cd6f3856 |
+ | |Compatible with=Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x | ||
}} | }} | ||
− | + | |Devices= | |
− | {{ | + | |Applications={{Application |
− | | | + | |Product Name=Asterisk |
− | | | + | |Version=1.6 |
− | + | ||
}} | }} | ||
+ | |Integrations= | ||
+ | |DataAudits= | ||
+ | |Binaries= | ||
+ | }} | ||
+ | |||
+ | {{ZenPackFooter}} |
Latest revision as of 14:50, 19 April 2016
- Author(s)
- Andrea Consadori
- Current Maintainer(s)
- Andrea Consadori
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.AndreaConsadori.Asterisk16
- More Information
- GitHub page/HomePage
- Git sources (for cloning)
- Link
- Asterisk (1.6)
Asterisk 1.6 SNMP ZenPack
This Monitoring ZenPack provides SNMP-based monitoring for Asterisk 1.6
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 3.0- Download
- Compatible with Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.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.AndreaConsadori.Asterisk16-*.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.AndreaConsadori.Asterisk16.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.AndreaConsadori.Asterisk16
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!