RETIRED, Fuel plugin for Zabbix monitoring EMC integration
Go to file
Piotr Misiak a359d59809 update documentation
Change-Id: Ibf4a952cf1c89f28fb099308d686ad5157d32785
2015-08-13 16:01:03 +02:00
deployment_scripts/puppet Add an additional host group and fix issue with snmptt restarting 2015-08-03 10:03:02 +02:00
doc update documentation 2015-08-13 16:01:03 +02:00
repositories initial version of EMC hardware monitoring extension for Zabbix plugin 2015-06-05 13:50:44 +02:00
spec add spec file 2015-06-16 14:45:18 +02:00
.gitignore initial version of EMC hardware monitoring extension for Zabbix plugin 2015-06-05 13:50:44 +02:00
.gitreview Added .gitreview 2015-06-02 15:50:03 +00:00
LICENSE add LICENSE file 2015-08-07 10:39:39 +02:00
README.md add README.md file 2015-06-16 14:41:00 +02:00
environment_config.yaml initial version of EMC hardware monitoring extension for Zabbix plugin 2015-06-05 13:50:44 +02:00
metadata.yaml change compatible MOS versions and Zabbix plugin module path in tasks.yaml 2015-08-12 10:49:28 +02:00
tasks.yaml change compatible MOS versions and Zabbix plugin module path in tasks.yaml 2015-08-12 10:49:28 +02:00

README.md

EMC hardware monitoring extension for Zabbix plugin

EMC hardware monitoring extension

EMC hardware monitoring extension plugin extends Zabbix plugin functionality by adding monitoring of incoming SNMP traps sent from EMC VNX arrays via management network to management VIP address. It configures snmptt to parse and pass EMC VNX specific traps to Zabbix. It also configures Zabbix by adding Template with appropriate items and triggers and by creating Hosts for each EMC VNX array.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 6.1
Zabbix plugin for Fuel 1.0.0
SNMP trap daemon for Zabbix plugin 1.0.0

Installation Guide

EMC hardware monitoring extension for Zabbix plugin installation

To install EMC hardware monitoring extension for Zabbix plugin, follow these steps:

  1. Find and install Zabbix plugin for Fuel from Fuel Plugins Catalog

  2. Find and install SNMP trap daemon for Zabbix plugin from Fuel Plugins Catalog

  3. Download EMC hardware monitoring extension for Zabbix plugin from Fuel Plugins Catalog

  4. Copy the plugin on already installed Fuel Master node; ssh can be used for that. If you do not have the Fuel Master node yet, see Quick Start Guide :

     # scp zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  5. Install the plugin:

     # cd /tmp
     # fuel plugins --install zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm
    
  6. Check if the plugin was installed successfully:

     # fuel plugins
     id | name                  | version | package_version
     ---|-----------------------|---------|----------------
     1  | zabbix_monitoring     | 1.0.0   | 2.0.0
     2  | zabbix_snmptrapd      | 1.0.0   | 2.0.0
     3  | zabbix_monitoring_emc | 1.0.0   | 2.0.0
    

For more information and instructions, see the EMC hardware monitoring extension for Zabbix plugin Guide in the Fuel Plugins Catalog

Release Notes

This is the first release of the plugin.

Contributors

Dmitry Klenov dklenov@mirantis.com (PM)
Piotr Misiak pmisiak@mirantis.com (developer)
Szymon Bańka sbanka@mirantis.com (developer)
Alexander Zatserklyany azatserklyany@mirantis.com (QA engineer)