Difference between revisions of "ZenPack:Huawei Enterprise Switches"
From Zenoss Wiki
Line 24: | Line 24: | ||
* Models stacked switches and displays the role, model, MAC and serial | * Models stacked switches and displays the role, model, MAC and serial | ||
* Models chassis switches for MPU and LPU cards and displays model, type and serial | * Models chassis switches for MPU and LPU cards and displays model, type and serial | ||
− | ''' | + | |
− | Monitoring:''' | + | '''Monitoring:''' |
Chassis | Chassis |
Revision as of 12:25, 10 March 2016
- Author(s)
- Nick Muir
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.community.HuaweiSwitches
- More Information
- GitHub page/HomePage
- Git sources (for cloning)
- Link
Huawei Enterprise Switches ZenPack
Model/Monitor Huawei chassis, stack and standalone switches via snmp
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.0.1-beta- Download
- Released on 2016/03/10
- Compatible with Zenoss Core 4.2.x
Background
Provides the following functionality
Modelling:
- Models all Switches for software version and model (over 300 switch models defined)
- Models stacked switches and displays the role, model, MAC and serial
- Models chassis switches for MPU and LPU cards and displays model, type and serial
Monitoring:
Chassis
- Total Power Usage
- Line card CPU Utilization
- Line card Memory Utilization
- Line card Power usage
- Line card temperature
Stack
- Stack Member CPU Utilization
- Stack Member Memory Utilization
- Stack Member temperature
Standalone switch
- CPU Utilization
- Memory Utilization
- Temperature
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.HuaweiSwitches-*.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.HuaweiSwitches.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.community.HuaweiSwitches
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!