Fix minor typos in the documentation

Change-Id: I60b27172ff5339a38c70895a09d391bda296f686
This commit is contained in:
Simon Pasquier 2016-04-08 17:27:58 +02:00
parent b5382f9495
commit 264b580f11
3 changed files with 13 additions and 4 deletions

View File

@ -12,7 +12,7 @@ project = u'The InfluxDB-Grafana plugin for Fuel'
copyright = u'2015, Mirantis Inc.'
version = '0.8'
release = '0.8.0'
release = '0.8.1'
exclude_patterns = []

View File

@ -64,7 +64,7 @@ Key terms, acronyms and abbreviations
| **Terms & acronyms** | **Definition** |
+======================+============================================================================================+
| LMA Collector | Logging, Monitoring and Alerting (LMA) Collector. A service running on each node which |
| | collects all the logs and the OpenStak notifications. |
| | collects all the logs and the OpenStack notifications. |
+----------------------+--------------------------------------------------------------------------------------------+
| InfluxDB | InfluxDB is a time-series, metrics, and analytics open-source database (MIT license). |
| | Its written in Go and has no external dependencies. |

View File

@ -352,7 +352,7 @@ An example of what an annotation looks like is shown below.
.. image:: ../images/grafana_nova_annot.png
:align: center
:width: 800
:width: 350pt
|
@ -365,7 +365,16 @@ If you get no data in Grafana, follow these troubleshooting tips.
LMA Collector troubleshooting instructions in the
`LMA Collector Fuel Plugin User Guide <http://fuel-plugin-lma-collector.readthedocs.org/>`_.
#. Check that the nodes are able to connect to the InfluxDB server on port *8086*.
#. Check that the nodes are able to connect to the InfluxDB server on port *8086*::
root@node-2:~# curl -I http://<InfluxDB server IP>:8086/ping
The server should return a 204 HTTP status::
HTTP/1.1 204 No Content
Request-Id: cdc3c545-d19d-11e5-b457-000000000000
X-Influxdb-Version: 0.9.4
Date: Fri, 12 Feb 2016 15:32:19 GMT
#. Check that InfluxDB is running::