RETIRED, Fuel plugin for external Zabbix integration
Go to file
OpenDev Sysadmins 2c42b1c87a 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:51:08 +00:00
deployment_scripts/puppet Migration from group to colocation 2015-10-19 14:22:17 +02:00
doc separate openstack user for zabbix openstack API checks 2015-09-22 15:38:49 +02:00
repositories add Zabbix plugin code 2015-05-26 10:14:25 +02:00
specs add spec file 2015-04-28 16:11:09 +02:00
.gitignore add Zabbix plugin code 2015-05-26 10:14:25 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:08 +00:00
LICENSE add Zabbix plugin code 2015-05-26 10:14:25 +02:00
README.md Documentation: update and conversion into RST format 2015-08-19 18:12:09 +02:00
deployment_tasks.yaml Documentation: update and conversion into RST format 2015-08-19 18:12:09 +02:00
environment_config.yaml separate openstack user for zabbix openstack API checks 2015-09-22 15:38:49 +02:00
metadata.yaml Reserve an additional VIP for Zabbix and bind zabbix_server process to it 2015-08-07 14:18:55 +02:00
network_roles.yaml fix for 'Length limitation added for vip name in network roles' 2015-08-31 15:34:27 +02:00
pre_build_hook add Zabbix plugin code 2015-05-26 10:14:25 +02:00
tasks.yaml add Zabbix plugin code 2015-05-26 10:14:25 +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

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-2.0-2.0.0-0.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  3. Install the plugin:

     # cd /tmp
     # fuel plugins --install zabbix_monitoring-2.0-2.0.0-0.noarch.rpm
    
  4. Check if the plugin was installed successfully:

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

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:///zabbix

For more information and instructions, see the Zabbix 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) Maciej Relewicz mrelewicz@mirantis.com (developer)