RETIRED, Fuel plugin for external Zabbix integration
Go to file
Olivier Bourdon 83969653ab Fix propagation of new Zabbix VIP changes to astute.yaml
Closes-Bug: #1691157

Change-Id: Ie56ed4f372b18c85c8257b1b8c473519a4ca2c04
2017-05-24 07:30:36 +02:00
deployment_scripts/puppet Fix propagation of new Zabbix VIP changes to astute.yaml 2017-05-24 07:30:36 +02:00
doc Add missing integrated bug reference in doc changelog 2017-04-15 10:55:00 +02:00
repositories Fix MOS 10.0 support 2017-02-20 15:11:17 +01:00
.gitignore Fix MOS 10.0 support 2017-02-20 15:11:17 +01:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:23:27 +00:00
LICENSE add Zabbix plugin code 2015-05-26 10:14:25 +02:00
README.md Add support for MOS 10.0 2017-02-20 15:11:11 +01:00
deployment_tasks.yaml Fix propagation of new Zabbix VIP changes to astute.yaml 2017-05-24 07:30:36 +02:00
environment_config.yaml Prevent Zabbix plugin to appear in Fuel UI when Nova legacy network is selected 2016-03-16 16:52:44 +01:00
functions.sh Fix MOS 10.0 support 2017-02-20 15:11:17 +01:00
metadata.yaml Update plugin release to 2.5.4 2017-04-20 14:41:02 +02:00
network_roles.yaml Fix issue where VIP becomes unavailable after Controller reboot 2017-01-11 14:31:01 +00:00
pre_build_hook Merge "Fix libmysqlclient package version" 2017-05-22 12:09:19 +00:00
tasks.yaml Add full support for MOS 9.0 2016-07-27 09:42:15 +02:00
test-requirements.txt Add tox environments to build the plugin and docs 2015-11-23 15:09:32 +00:00
tox.ini Add parametrization of plugin build 2017-04-15 10:56:30 +02:00

README.md

Zabbix Plugin for Fuel

Zabbix plugin

Zabbix plugin for Fuel extends Mirantis OpenStack functionality by adding Zabbix monitoring system. It installs Zabbix server, frontend and agent components. The plugin configures Zabbix by adding templates to monitor nodes and OpenStack services and APIs.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 7.0, 8.0, 9.0, 9.1, 9.2, 10.0

Installation Guide

Zabbix plugin installation

To install Zabbix plugin, follow these steps:

  1. Download the plugin from Fuel Plugins Catalog

  2. 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_monitoring-<version>.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  3. Install the plugin:

     # cd /tmp
     # fuel plugins --install zabbix_monitoring-<version>.noarch.rpm
    
  4. Check if the plugin was installed successfully:

     # fuel plugins
     id | name              | version | package_version
     ---|-------------------|---------|----------------
     1  | zabbix_monitoring | 2.5.3   | 3.0.0
    

For further details see the Zabbix Plugin Guide in the Fuel Plugins Catalog

Zabbix plugin configuration

  1. Create an environment.
  2. Enable the plugin on the Settings tab of the Fuel web UI.
  3. Optionally, change values in the form:
    • username/password - access credentials for Zabbix Administrator
    • database password - password for Zabbix database in MySQL
  4. Deploy the environment.
  5. Zabbix frontend is available at: http://<public_VIP>/zabbix

For more information and instructions, see the Zabbix Plugin Guide in the Fuel Plugins Catalog

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) Maciej Relewicz mrelewicz@mirantis.com (developer) Swann Croiset scroiset@mirantis.com (developer) Olivier Bourdon obourdon@mirantis.com (developer)