fuel-plugin-zabbix-snmptrapd/README.md

2.4 KiB
Raw Blame History

SNMP trap daemon for Zabbix plugin

SNMP trap daemon plugin

SNMP trap daemon plugin extends Zabbix plugin functionality by adding ability to receive SNMP traps from management network and pass them to Zabbix. It installs snmptrapd daemon for receiving and snmptt for parsing and passing traps to Zabbix. This plugin do not provide any additional monitoring checks. It is a base for additional plugins which adds specific SNMP traps monitoring.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 7.0, 8.0, 9.0, 9.1
Zabbix plugin for Fuel 2.5.1

Installation Guide

SNMP trap daemon plugin installation

To install SNMP trap daemon plugin, follow these steps:

  1. Find and install Zabbix plugin for Fuel from Fuel Plugins Catalog

  2. Download SNMP trap daemon plugin for Zabbix from Fuel Plugins Catalog

  3. 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 :

     # scp zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  4. Install the plugin:

     # cd /tmp
     # fuel plugins --install zabbix_snmptrapd-1.1-1.1.0-1.noarch.rpm
    
  5. Check if the plugin was installed successfully:

     # fuel plugins
     id | name              | version | package_version
     ---|-------------------|---------|----------------
     1  | zabbix_monitoring | 2.5.1   | 3.0.0
     2  | zabbix_snmptrapd  | 1.1.0   | 3.0.0
    

For more information and instructions, see the SNMP trap daemon plugin Guide in the Fuel Plugins Catalog

Release Notes

This is the first release of the plugin.

Contributors

Dmitry Klenov dklenov@mirantis.com (PM) Piotr Misiak pmisiak@mirantis.com (developer) Szymon Bańka sbanka@mirantis.com (developer) Bartosz Kupidura bkupidura@mirantis.com (developer) Alexander Zatserklyany azatserklyany@mirantis.com (QA engineer) Swann Croiset scroiset@mirantis.com (developer) Olivier Bourdon obourdon@mirantis.com (developer)