Fuel plugin for Zabbix snmptrapd integration
Go to file
Olivier Bourdon 04fd3f9bb5 Use proper version of puppet-lint
to avoid 'WARNING: variable contains a dash' errors

Change-Id: Iae58b8e15ee0e28c2639efb455c05c4e66f137b8
2016-07-07 10:20:04 +02:00
deployment_scripts/puppet Use proper version of puppet-lint 2016-07-07 10:20:04 +02:00
doc Merge "Add missing fixed bug in doc" 2016-03-21 11:58:23 +00:00
repositories initial version of SNMP trap daemon for Zabbix plugin 2015-06-11 18:57:37 +02:00
.gitignore Add tox environments to build the plugin and docs 2016-01-29 13:59:56 +00:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:26:50 +00:00
LICENSE add LICENSE file 2015-08-07 10:17:45 +02:00
README.md Add MOS 8.0 support for 1.0.1 release 2016-03-02 15:09:20 +01:00
deployment_tasks.yaml Add proper support for MOS 7.0 and MOS 8.0 2016-03-16 08:55:21 +01:00
environment_config.yaml Add proper support for MOS 7.0 and MOS 8.0 2016-03-16 08:55:21 +01:00
metadata.yaml Add proper support for MOS 7.0 and MOS 8.0 2016-03-16 08:55:21 +01:00
pre_build_hook Remove CentOS packages from plugin delivery 2016-05-30 16:24:42 +02:00
tasks.yaml bind to VIP reserved for Zabbix instead of management VIP 2015-08-12 12:37:13 +02:00
test-requirements.txt Add tox environments to build the plugin and docs 2016-01-29 13:59:56 +00:00
tox.ini Fix for proper plugin package generation 2016-04-14 16:36:40 +02:00

README.md

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
Zabbix plugin for Fuel 2.5.0

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.0-1.0.1-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  4. Install the plugin:

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

     # fuel plugins
     id | name              | version | package_version
     ---|-------------------|---------|----------------
     1  | zabbix_monitoring | 2.5.0   | 3.0.0
     2  | zabbix_snmptrapd  | 1.0.1   | 2.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)