ZenPack:HP Monitor
Note: This is a Core ZenPack which can be found in the Core Zenoss RPM, and is fully documented in the Zenoss Extended Monitoring Guide. If you did not install this pack when you installed Zenoss Core, it can be found in $ZENHOME/packs.
- Organization
- Zenoss, Inc.
- ZenPack name
- ZenPacks.zenoss.HPMonitor
- Link to more docs
- View Documentation
HP Monitor 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 part of Zenoss Core. Open Source users receive community support for this ZenPack via our online forums. Enterprise support for this ZenPack is provided to Zenoss customers with an active subscription.
Background
The ZenPacks.zenoss.HPMonitor ZenPack provides customized modeling of devices running HP Insight Management Agents, and includes identification for proprietary HP hardware.
The following information is collected through SNMP:
- Hardware Model
- Hardware Serial Number
- Operating System
- CPU Information (socket, speed, cache)
Prerequisites
Prerequisite | Restriction |
---|---|
Product | Zenoss platform 4.x, Zenoss 2.2 or higher |
Required ZenPacks | ZenPacks.zenoss.HPMonitor |
On each remote device | The HP Insight SNMP Management Agent gathers information about the device. |
Enable Enhanced Modeling
To enable enhanced modeling:
- Select Infrastructure from the navigation bar.
- Click the device name in the device list. The device overview page appears.
- Select Modeler Plugins from the left panel.
- Click Add Fields to reveal the list of available plugins.
- Select the following available plugins and drag them to the plugins list:
- HPCpuMap
- HPDeviceMap
- Remove the following plugins by clicking the 'X' button to the right of the plugin:
- zenoss.snmp.CPUMap
- zenoss.snmp.DeviceMap
- Click Save.
- Remodel the device using the new plugins. To do this, select Model Device from the Action menu.
Daemons
Type | Name |
---|---|
Modeler | zenmodeler |
Performance Collector | zenperfsnmp |
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.HPMonitor-*.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/path/to/repo
- Next, perform the installation:
$ zenpack --link --install ZenPacks.zenoss.HPMonitor
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!