fuel-plugin-external-zabbix/doc/plugin-guide/source/installation.rst

1.5 KiB

Installation Guide

Zabbix plugin installation

To install Zabbix plugin, follow these steps:

  1. Download the plugin from the Fuel Plugins Catalog <https://www.mirantis.com/products/ openstack-drivers-and-plugins/fuel-plugins/>.

  2. 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.2-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
  3. Log into the Fuel Master node. Install the plugin:

    # cd /tmp
    # fuel plugins --install zabbix_monitoring-2.5-2.5.2-1.noarch.rpm
  4. Check if the plugin was installed successfully:

    # fuel plugins
    id | name                      | version  | package_version
    ---|---------------------------|----------|----------------
    1  | zabbix_monitoring         | 2.5.2    | 3.0.0

Zabbix plugin removal

To uninstall Zabbix plugin, follow these steps:

  1. Delete all environments in which Zabbix plugin has been enabled.

  2. Uninstall the plugin:

    # fuel plugins --remove zabbix_monitoring==2.5.2
  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