From 10277535ecded5207550f7b06c814f9d23415148 Mon Sep 17 00:00:00 2001 From: Piotr Misiak Date: Tue, 9 Jun 2015 11:36:23 +0200 Subject: [PATCH] add README.md file Change-Id: I95992ad13a79cb1664ab73d6bfb097150c7ed2d2 --- README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70ae57a --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +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 | 6.1 | +| Zabbix plugin for Fuel | 1.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](https://software.mirantis.com/fuel-plugins) + +2. Download SNMP trap daemon plugin for Zabbix from + [Fuel Plugins Catalog](https://software.mirantis.com/fuel-plugins) + +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](https://software.mirantis.com/quick-start/) : + + # scp zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm root@:/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 | 1.0.0 | 2.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](https://software.mirantis.com/fuel-plugins) + +Release Notes +------------- + +This is the first release of the plugin. + +Contributors +------------ + +Dmitry Klenov (PM) +Piotr Misiak (developer) +Szymon Bańka (developer) +Alexander Zatserklyany (QA engineer)