ZenPack:HPMSA
- Author(s)
- ilya.tm
- Current Maintainer(s)
- ilya.tm
- License
- GNU General Public License, Version 2
- ZenPack name
- ZenPacks.community.HPMSA
- Git sources (for cloning)
- Link
Devices Monitored:
HPMSA 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.2- Download
- Summary of changes: Added event class. Device version on overview panel. Fix for msa 2000 g2 events.
- Released on 2016/05/19
- Requires PythonCollector ZenPack
- Compatible with Zenoss Core 4.2.x
- Version 1.1.3- Download
- Summary of changes: Fix for msa 2000 g2 events.
- Released on 2016/05/19
- Requires PythonCollector ZenPack
- Compatible with Zenoss Core 4.2.x
Background
This ZenPack provides support for monitoring HP MSA Storages.
Features
Metrics
HP MSA API provides statistics for: Controllers, HDD, Virtual Disks, Volumes, Host Ports.
Events
For all components ZenPack check health status. If it is not OK you get an event.
Limitations
- No statistic for HP MSA 2000 G2
Configuration
Installing the ZenPack will add the following items to your Zenoss system.
- Device Classes
- /Storage/HP/MSA
- Configuration Properties
- zHPMSAControllers
- zHPMSAPassword
- zHPMSASecureConnection
- zHPMSAUser
- Modeler Plugins
- community.api.hpmsa
- Monitoring Templates
- HPMSAEvents
- Enclosure
- PowerSupp
- Controller
- HardDisk
- HostPort
- ExpansionPort
- ManagementPort
- IOModule
- CompactFlash
- VirtualDisk
- Volume
- Event Classes
- /Storage/HPMSA
Usage
Add device to /Storage/HP/MSA class without modeling. Change zHPMSAControllers properties(list controllers ip) Set zHPMSAUser, zHPMSAPassword, zHPMSASecureConnection.
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.HPMSA-*.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/ilyatm/ZenPacks.community.HPMSA
- Next, perform the installation:
$ zenpack --link --install ZenPacks.community.HPMSA
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!