================== Installation Guide ================== Zabbix plugin installation ========================== To install Zabbix plugin, follow these steps: .. highlight:: none #. Download the plugin from the `Fuel Plugins Catalog `_. #. Copy the plugin 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 #. Log into the Fuel Master node. Install the plugin:: # cd /tmp # fuel plugins --install zabbix_monitoring-2.5-2.5.3-1.noarch.rpm #. Check if the plugin was installed successfully:: # fuel plugins id | name | version | package_version ---|---------------------------|----------|---------------- 1 | zabbix_monitoring | 2.5.3 | 3.0.0 Zabbix plugin removal ===================== To uninstall Zabbix plugin, follow these steps: #. Delete all environments in which Zabbix plugin has been enabled. #. Uninstall the plugin:: # fuel plugins --remove zabbix_monitoring==2.5.3 #. 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