Fuel plugin for Zabbix snmptrapd integration
Go to file
OpenDev Sysadmins d373f8a943 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:14 +00:00
deployment_scripts/puppet fix for 'Length limitation added for vip name in network roles' 2015-09-02 15:10:07 +02:00
doc fix for 'Length limitation added for vip name in network roles' 2015-09-02 15:10:07 +02:00
repositories initial version of SNMP trap daemon for Zabbix plugin 2015-06-11 18:57:37 +02:00
specs add spec file 2015-06-16 14:46:35 +02:00
.gitignore initial version of SNMP trap daemon for Zabbix plugin 2015-06-11 18:57:37 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:14 +00:00
LICENSE add LICENSE file 2015-08-07 10:17:45 +02:00
README.md update documentation 2015-08-17 13:27:48 +02:00
environment_config.yaml initial version of SNMP trap daemon for Zabbix plugin 2015-06-11 18:57:37 +02:00
metadata.yaml bind to VIP reserved for Zabbix instead of management VIP 2015-08-12 12:37:13 +02:00
pre_build_hook Remove CentOS packages from plugin delivery 2016-05-30 16:44:02 +02:00
tasks.yaml bind to VIP reserved for Zabbix instead of management VIP 2015-08-12 12:37:13 +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
Zabbix plugin for Fuel 2.0.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.0-1.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  4. Install the plugin:

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

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