RETIRED, Fuel plugin for Zabbix monitoring extreme networks integration
Go to file
Jenkins a773ccdf3b Merge "Add full support for MOS 9.0" 2016-07-29 10:04:05 +00:00
deployment_scripts/puppet Use proper version of puppet-lint 2016-07-07 10:23:37 +02:00
doc Roll back version from 2.6.0 to 2.5.1 2016-07-20 10:52:03 +02:00
repositories initial version of Extreme Networks hardware monitoring extension for Zabbix plugin 2015-06-05 13:42:24 +02:00
.gitignore Configure tox environments 2016-03-03 08:20:42 +01:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:26:45 +00:00
LICENSE add LICENSE file 2015-08-07 10:41:32 +02:00
README.md Roll back version from 2.6.0 to 2.5.1 2016-07-20 10:52:03 +02:00
deployment_tasks.yaml Add full support for MOS 9.0 2016-07-26 08:41:09 +02:00
environment_config.yaml Add proper support for MOS 7.0 and MOS 8.0 2016-03-21 12:42:51 +01:00
metadata.yaml Update version for the next delivery 2016-05-16 11:47:07 +00:00
tasks.yaml Add full support for MOS 9.0 2016-07-26 08:41:09 +02:00
test-requirements.txt Configure tox environments 2016-03-03 08:20:42 +01:00
tox.ini Fix for proper plugin package generation 2016-04-14 16:41:19 +02:00

README.md

Extreme Networks hardware monitoring extension for Zabbix plugin

Extreme Networks hardware monitoring extension

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

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 7.0, 8.0, 9.0
Zabbix plugin for Fuel 2.5.1
SNMP trap daemon for Zabbix plugin 1.1.0

Installation Guide

Extreme Networks hardware monitoring extension for Zabbix plugin installation

To install Extreme Networks 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 Extreme Networks 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_extreme_networks-1.1-1.1.0-1.noarch.rpm \
       root@<Fuel_Master_ip>:/tmp
    
  5. Install the plugin:

     # cd /tmp
     # fuel plugins --install \
       zabbix_monitoring_extreme_networks-1.1-1.1.0-1.noarch.rpm
    
  6. Check if the plugin was installed successfully:

     # fuel plugins
     id | name                               | version | package_version
     ---|------------------------------------|---------|----------------
     1  | zabbix_monitoring                  | 2.5.1   | 3.0.0
     2  | zabbix_snmptrapd                   | 1.1.0   | 3.0.0
     3  | zabbix_monitoring_extreme_networks | 1.1.0   | 3.0.0
    

For more information and instructions, see the Extreme Networks 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)
Swann Croiset scroiset@mirantis.com (developer) Olivier Bourdon obourdon@mirantis.com (developer)