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.
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:
-
Download the plugin from Fuel Plugins Catalog
-
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
-
Install the plugin:
# cd /tmp # fuel plugins --install zabbix_monitoring-<version>.noarch.rpm
-
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
- Create an environment.
- Enable the plugin on the Settings tab of the Fuel web UI.
- Optionally, change values in the form:
- username/password - access credentials for Zabbix Administrator
- database password - password for Zabbix database in MySQL
- Deploy the environment.
- 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)