documentation update

Change-Id: I2ed6e0c6ca1f6fb2d83b7ae0b103042a8f7bb7af
This commit is contained in:
Maciej Relewicz 2015-09-15 12:32:10 +02:00
parent 858d9b93d0
commit 9319012265
3 changed files with 17 additions and 8 deletions

View File

@ -9,8 +9,8 @@ information about networks, see the `Logical Networks <https://docs.mirantis
.com/openstack/fuel/fuel-7.0/reference-architecture.html#logical-networks>`_
section of MOS documentation. The plugin 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.
Template with items and triggers and by creating Hosts for each Extreme
Networks hardware.
Requirements
============

View File

@ -24,7 +24,7 @@ Environment configuration
When you add your hardware to the *Extreme Networks hardware to monitor*
comma separated list, then the plugin will automatically configure
monitoring for these hardware in Zabbix by doing following actions:
monitoring for hardware in Zabbix by doing following actions:
- create a Host with provided Name and IP address
- link the Extreme Networks monitoring template to the Host

View File

@ -17,20 +17,29 @@ follow these steps:
3. Download the Extreme Networks hardware monitoring extension for Zabbix
plugin from the `Fuel Plugins Catalog <https://www.mirantis.com/products/
openstack-drivers-and-plugins/fuel-plugins/>`_.
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
<https://software.mirantis.com/quick-start/>`_::
4. Copy all three plugins from your local machine to a previously deployed
Fuel Master node using ssh. If you do not have the Fuel Master node yet,
see `Quick Start Guide <https://software.mirantis.com/quick-start/>`_::
# scp zabbix_monitoring-2.0-2.0.0-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
# scp zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
# scp zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm \
root@<The_Fuel_Master_node_IP>:/tmp
5. Log into the Fuel Master node. Install the plugin::
5. Log into the Fuel Master node. Install each of the three plugins using
the following commands::
# cd /tmp
# fuel plugins --install \
zabbix_monitoring-2.0-2.0.0-1.noarch.rpm
# fuel plugins --install \
zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm
# fuel plugins --install \
zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm
6. Check if the plugin was installed successfully::
6. Make sure the plugins were installed correctly::
# fuel plugins
id | name | version | package_version