================== Installation Guide ================== Installing EMC hardware monitoring extension ============================================ To install EMC hardware monitoring extension for Zabbix plugin, follow these steps: .. highlight:: none #. Download and install the Zabbix plugin for Fuel from the `Fuel Plugins Catalog `_. #. Download and install the SNMP trap daemon for Zabbix plugin from the `Fuel Plugins Catalog `_. #. Download the EMC hardware monitoring extension for Zabbix plugin from the `Fuel Plugins Catalog `_. #. 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 `_:: # scp zabbix_monitoring-2.5-2.5.3-1.noarch.rpm \ root@:/tmp # scp zabbix_snmptrapd-1.1-1.1.2-1.noarch.rpm \ root@:/tmp # scp zabbix_monitoring_emc-1.1-1.1.2-1.noarch.rpm \ root@:/tmp #. Log into the Fuel Master node. Install each of the three plugins using the following commands:: # cd /tmp # fuel plugins --install \ zabbix_monitoring-2.5-2.5.3-1.noarch.rpm # fuel plugins --install \ zabbix_snmptrapd-1.1-1.1.2-1.noarch.rpm # fuel plugins --install \ zabbix_monitoring_emc-1.1-1.1.2-1.noarch.rpm #. Make sure the plugins were installed correctly:: # fuel plugins id | name | version | package_version ---|---------------------------|----------|---------------- 1 | zabbix_monitoring | 2.5.3 | 3.0.0 2 | zabbix_snmptrapd | 1.1.2 | 3.0.0 3 | zabbix_monitoring_emc | 1.1.2 | 3.0.0 | EMC hardware monitoring extension removal ========================================= To uninstall EMC hardware monitoring extension for Zabbix plugin, follow these steps: #. Delete all environments in which EMC hardware monitoring extension for Zabbix plugin has been enabled. #. Uninstall the plugin:: # fuel plugins --remove zabbix_monitoring_emc==1.1.2 #. Check if the plugin was uninstalled successfully:: # fuel plugins id | name | version | package_version ---|---------------------------|----------|---------------- ... You can still have other plugins listed here but not zabbix_monitoring_emc