Difference between revisions of "ZenPack:Huawei Wireless"
(12 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|Author=nickmuir | |Author=nickmuir | ||
|License=GNU General Public License, Version 2, or later | |License=GNU General Public License, Version 2, or later | ||
− | |ZenPack name=ZenPacks. | + | |ZenPack name=ZenPacks.community.HuaweiWireless |
|Homepage=https://github.com/nickmuir/ZenPacks.community.HuaweiWireless | |Homepage=https://github.com/nickmuir/ZenPacks.community.HuaweiWireless | ||
|Source URI=https://github.com/nickmuir/ZenPacks.community.HuaweiWireless.git | |Source URI=https://github.com/nickmuir/ZenPacks.community.HuaweiWireless.git | ||
|Releases={{Release | |Releases={{Release | ||
− | |Version= | + | |Version=1.5.3-beta |
− | |Tag= | + | |Tag=1.5.3-beta |
− | |Release date= | + | |Release date=2016/05/16 |
− | + | ||
|Compatible with=Zenoss Core 4.2.x | |Compatible with=Zenoss Core 4.2.x | ||
}} | }} | ||
Line 24: | Line 23: | ||
|DataAudits= | |DataAudits= | ||
}} | }} | ||
+ | This ZenPack provides support for monitoring Huawei Enterprise Wireless Controllers. Monitoring is performed via SNMP. | ||
+ | |||
+ | == Gallery == | ||
+ | <gallery widths=250px heights=127px> | ||
+ | HuaweiAccessPoints.png | ||
+ | HuaweiAPRegions.png | ||
+ | HuwaeiWirelessController.png | ||
+ | </gallery> | ||
+ | |||
+ | == Features == | ||
+ | |||
+ | The features added by this ZenPack be summarized as follows. They are each detailed further below. | ||
+ | |||
+ | * Discovery of Access Points and AP Regions | ||
+ | * Performance monitoring of Controller and Access Points | ||
+ | |||
+ | === Discovery === | ||
+ | |||
+ | The following components will be automatically discovered through via the Wireless Controller. | ||
+ | |||
+ | ; Access Points | ||
+ | : Attributes: Name, Model, IP Address, MAC Address, AP Status, AP Region, Firmware Version, Serial Number, AP Neighbour (Collected via LLDP), AP Neighbour port (Collected via LLDP) | ||
+ | |||
+ | ; AP Regions | ||
+ | : Attributes: Name, Deployment Type, Number of Access Points | ||
+ | |||
+ | |||
+ | === Performance Monitoring === | ||
+ | |||
+ | The following metrics will be collected every 5 minutes by default. | ||
+ | |||
+ | ; Wireless Controller | ||
+ | : hwAcCurAuthSucessStaNum | ||
+ | : hwAcCurJointApNum | ||
+ | : hwEntityCpuUsage | ||
+ | : hwEntityMemUsage | ||
+ | |||
+ | ;Access Points | ||
+ | : hwApCpuUseRate | ||
+ | : hwApMemoryUseRate | ||
+ | : hwApOnlineUserNum | ||
+ | |||
+ | |||
+ | |||
+ | == Installed Items == | ||
+ | |||
+ | Installing this ZenPack will add the following items to your Zenoss system. | ||
+ | |||
+ | ;Device Classes | ||
+ | * /Network/Wireless/Access Controller/Huawei | ||
+ | |||
+ | |||
+ | ;Modeler Plugins | ||
+ | * HuaweiAccessControllerMap | ||
+ | |||
+ | |||
+ | ;Monitoring Templates | ||
+ | * HuaweiAccessPoint | ||
+ | * HuaweiAPRegion | ||
{{ZenPackFooter}} | {{ZenPackFooter}} |
Latest revision as of 13:28, 16 May 2016
- Author(s)
- Nick Muir
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.community.HuaweiWireless
- More Information
- GitHub page/HomePage
- Git sources (for cloning)
- Link
Devices Monitored:
Huawei Wireless 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.5.3-beta- Download
- Released on 2016/05/16
- Compatible with Zenoss Core 4.2.x
Background
This ZenPack provides support for monitoring Huawei Enterprise Wireless Controllers. Monitoring is performed via SNMP.
Gallery
Features
The features added by this ZenPack be summarized as follows. They are each detailed further below.
- Discovery of Access Points and AP Regions
- Performance monitoring of Controller and Access Points
Discovery
The following components will be automatically discovered through via the Wireless Controller.
- Access Points
- Attributes: Name, Model, IP Address, MAC Address, AP Status, AP Region, Firmware Version, Serial Number, AP Neighbour (Collected via LLDP), AP Neighbour port (Collected via LLDP)
- AP Regions
- Attributes: Name, Deployment Type, Number of Access Points
Performance Monitoring
The following metrics will be collected every 5 minutes by default.
- Wireless Controller
- hwAcCurAuthSucessStaNum
- hwAcCurJointApNum
- hwEntityCpuUsage
- hwEntityMemUsage
- Access Points
- hwApCpuUseRate
- hwApMemoryUseRate
- hwApOnlineUserNum
Installed Items
Installing this ZenPack will add the following items to your Zenoss system.
- Device Classes
- /Network/Wireless/Access Controller/Huawei
- Modeler Plugins
- HuaweiAccessControllerMap
- Monitoring Templates
- HuaweiAccessPoint
- HuaweiAPRegion
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.HuaweiWireless-*.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/nickmuir/ZenPacks.community.HuaweiWireless.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.community.HuaweiWireless
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!