Provides changes for Zabbix Plugin Guide

Change-Id: Ic23d9f1f11f1c6b6ab9f11e6132b139015106c3e
This commit is contained in:
Irina Povolotskaya 2015-11-09 17:19:29 +03:00 committed by Swann Croiset
parent 7f3c3ecc74
commit fc1fbe0b83
2 changed files with 17 additions and 20 deletions

View File

@ -9,7 +9,7 @@ Environment configuration
`Mirantis OpenStack User Guide <http://docs.mirantis.com/openstack/fuel `Mirantis OpenStack User Guide <http://docs.mirantis.com/openstack/fuel
/fuel-7.0/user-guide.html#create-a-new-openstack-environment>`_. /fuel-7.0/user-guide.html#create-a-new-openstack-environment>`_.
#. Choose in *Environments* an evironment for which you want to run Zabbix #. Choose in *Environments* an environment for which you want to run Zabbix
plugin. plugin.
#. Open *Settings* tab and scroll the page down. On the left select #. Open *Settings* tab and scroll the page down. On the left select
@ -18,7 +18,7 @@ Environment configuration
#. Set credentials for *Zabbix for Fuel*: #. Set credentials for *Zabbix for Fuel*:
.. image:: ../../images/settings.png .. image:: ../../images/settings.png
:width: 50% :width: 100%
You could see default passwords by clicking on the eye icon. It is highly You could see default passwords by clicking on the eye icon. It is highly
recommended to change default passwords for Zabbix Administrator, recommended to change default passwords for Zabbix Administrator,
@ -57,14 +57,14 @@ Zabbix frontend UI
After opening this address in a browser, you should see Zabbix login page: After opening this address in a browser, you should see Zabbix login page:
.. image:: ../../images/login.png .. image:: ../../images/login.png
:width: 50% :width: 100%
#. Now log into Zabbix with the credentials set provided on the Settings tab of #. Now log into Zabbix with the credentials set provided on the Settings tab of
the Fuel web UI (see step 2 in the Environment configuration section). the Fuel web UI (see step 2 in the Environment configuration section).
After logging into Zabbix, you will see the Zabbix Dashboard page: After logging into Zabbix, you will see the Zabbix Dashboard page:
.. image:: ../../images/dashboard.png .. image:: ../../images/dashboard.png
:width: 50% :width: 150%
#. The Zabbix Dashboard page provides information on running processes and #. The Zabbix Dashboard page provides information on running processes and
their state. If all processes are running successfully in the environment, their state. If all processes are running successfully in the environment,
@ -76,10 +76,10 @@ Zabbix frontend UI
screen: screen:
.. image:: ../../images/openstackcluster1.png .. image:: ../../images/openstackcluster1.png
:width: 50% :width: 100%
.. image:: ../../images/openstackcluster2.png .. image:: ../../images/openstackcluster2.png
:width: 50% :width: 100%
On this screen you have general statistics and graphs presenting resources On this screen you have general statistics and graphs presenting resources
usage in OpenStack environment. There is also a list of last 10 events usage in OpenStack environment. There is also a list of last 10 events
@ -103,7 +103,7 @@ several pages placed under Configuration tab.
.. image:: ../../images/hostgroupspage.png .. image:: ../../images/hostgroupspage.png
:width: 50% :width: 100%
#. Hosts page #. Hosts page
This page contains a list of all monitored OpenStack nodes and, additionally This page contains a list of all monitored OpenStack nodes and, additionally
@ -116,10 +116,10 @@ several pages placed under Configuration tab.
running and available. running and available.
.. image:: ../../images/hostpage.png .. image:: ../../images/hostpage.png
:width: 50% :width: 100%
.. image:: ../../images/hostpage2.png .. image:: ../../images/hostpage2.png
:width: 50% :width: 100%
#. Templates page #. Templates page
This page contains a list of all monitoring templates and list of hosts to This page contains a list of all monitoring templates and list of hosts to
@ -130,10 +130,10 @@ several pages placed under Configuration tab.
/config/templates>`_ in the official Zabbix Documentation. /config/templates>`_ in the official Zabbix Documentation.
.. image:: ../../images/templatespage.png .. image:: ../../images/templatespage.png
:width: 50% :width: 100%
.. image:: ../../images/templatespage2.png .. image:: ../../images/templatespage2.png
:width: 50% :width: 100%
You can add an additional items (checks), create triggers and events via You can add an additional items (checks), create triggers and events via
Zabbix UI. For more information and instructions, see `6.2 Items Zabbix UI. For more information and instructions, see `6.2 Items
@ -154,12 +154,12 @@ When Ceph is deployed the plugin configures:
* A Host 'CephCluster' with 2 triggers: * A Host 'CephCluster' with 2 triggers:
.. image:: ../../images/host_ceph.png .. image:: ../../images/host_ceph.png
:width: 50% :width: 100%
* A Screen 'Ceph': * A Screen 'Ceph':
.. image:: ../../images/ceph_screen.png .. image:: ../../images/ceph_screen.png
:width: 50% :width: 100%
* Metrics collection: * Metrics collection:

View File

@ -1,20 +1,17 @@
==================
Removal Guide
==================
Zabbix plugin removal Zabbix plugin removal
============================================ ============================================
To uninstall Zabbix plugin, follow these steps: To uninstall Zabbix plugin, follow these steps:
1. Delete all Environments in which Zabbix plugin has been enabled. #. Delete all Environments in which Zabbix plugin has been enabled.
2. Uninstall the plugin:
#. Uninstall the plugin:
:: ::
# fuel plugins --remove zabbix_monitoring==2.5.0 # fuel plugins --remove zabbix_monitoring==2.5.0
3. Check if the plugin was uninstalled successfully: #. Check if the plugin was uninstalled successfully:
:: ::