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

57 lines
1.9 KiB
ReStructuredText

==================
Installation Guide
==================
SNMP trap daemon for Zabbix plugin installation
===============================================
To install SNMP trap daemon for Zabbix plugin, follow these steps:
.. highlight:: none
#. Download and install the Zabbix plugin for Fuel from the
`Fuel Plugins Catalog <https://www.mirantis.com/products/
openstack-drivers-and-plugins/fuel-plugins/>`_.
#. Download the SNMP trap daemon for Zabbix plugin from the
`Fuel Plugins Catalog <https://www.mirantis.com/products/
openstack-drivers-and-plugins/fuel-plugins/>`_.
#. 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 <https://software.mirantis.com/quick-start/>`_::
# scp zabbix_snmptrapd-1.1-1.1.2-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
#. Log into the Fuel Master node. Install the plugin::
# cd /tmp
# fuel plugins --install zabbix_snmptrapd-1.1-1.1.2-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
2 | zabbix_snmptrapd | 1.1.2 | 3.0.0
SNMP trap daemon for Zabbix plugin removal
==========================================
To uninstall SNMP Trap Daemon for Zabbix plugin, follow these steps:
#. Delete all environments in which SNMP Trap Daemon for Zabbix plugin has been enabled.
#. Uninstall the plugin::
# fuel plugins --remove zabbix_snmptrapd==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_snmptrapd