Fix broken links in doc

This commit fixes links in the doc by removing the /user/
path element in doc URLs.

Change-Id: I753fd10a42cb4024b619aa1e6123cd2ac8526f68
This commit is contained in:
Éric Lemoine 2016-06-15 16:55:57 +02:00
parent 16fbc107dc
commit 27174d2196
4 changed files with 8 additions and 8 deletions

View File

@ -1029,7 +1029,7 @@ The resource title should be set to the service name (e.g. `'nova'`).
#### Define `lma_collector::afd_filter`
Declare this define to configure an [Anomaly and Fault Detection
filter](http://fuel-plugin-lma-collector.readthedocs.org/en/latest/user/alarms.html)
filter](http://fuel-plugin-lma-collector.readthedocs.org/en/latest/alarms.html)
in Heka.
##### Parameters
@ -1051,7 +1051,7 @@ in Heka.
#### Define `lma_collector::afd_nagios`
Declare this define to send [Anomaly and Fault Detection messages](
http://fuel-plugin-lma-collector.readthedocs.org/en/latest/user/alarms.html)
http://fuel-plugin-lma-collector.readthedocs.org/en/latest/alarms.html)
to Nagios as [passive check
results](https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/passivechecks.html).
@ -1074,7 +1074,7 @@ results](https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/pas
#### Define `lma_collector::gse_cluster_filter`
Declare this define to configure an [Global Status Evaluation filter](
http://fuel-plugin-lma-collector.readthedocs.org/en/latest/user/alarms.html)
http://fuel-plugin-lma-collector.readthedocs.org/en/latest/alarms.html)
in Heka.
##### Parameters
@ -1095,7 +1095,7 @@ in Heka.
filter to associate the AFD/GSE metrics to the clusters. Valid options: a
string. Default: undef.
* `clusters`: *Optional*. List of clusters that the plugin manages. See the [GSE
configuration](http://fuel-plugin-lma-collector.readthedocs.org/en/latest/user/alarms.html)
configuration](http://fuel-plugin-lma-collector.readthedocs.org/en/latest/alarms.html)
documentation for details. Valid options: a hash. Default: {}.
* `warm_up_period`: *Optional*. Number of seconds after a (re)start that the
GSE plugin will wait before emitting its metric messages. Valid options: an
@ -1104,7 +1104,7 @@ in Heka.
#### Define `lma_collector::gse_nagios`
Declare this define to send [Global Status Evaluation messages](
http://fuel-plugin-lma-collector.readthedocs.org/en/latest/user/alarms.html)
http://fuel-plugin-lma-collector.readthedocs.org/en/latest/alarms.html)
to Nagios as [passive check
results](https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/passivechecks.html).

View File

@ -76,4 +76,4 @@ Attributes in **bold** are always present in the messages while attributes in
Metric messages may include additional fields to specify the scope of the
measurement. Refer to the `User Documentation`_ for more details.
.. _User Documentation: http://fuel-plugin-lma-collector.readthedocs.io/en/latest/user/appendix_b.html
.. _User Documentation: http://fuel-plugin-lma-collector.readthedocs.io/en/latest/appendix_b.html

View File

@ -66,7 +66,7 @@ Steps
#. Once the deployment has finished, connect to each node of the environment using ssh and run the following checks:
a. Check that hekad and collectd processes are up and running on all the nodes as described in the `LMA Collector documentation <http://fuel-plugin-lma-collector.readthedocs.io/en/stable/user/configuration.html#plugin-verification>`_.
a. Check that hekad and collectd processes are up and running on all the nodes as described in the `LMA Collector documentation <http://fuel-plugin-lma-collector.readthedocs.io/en/stable/configuration.html#plugin-verification>`_.
#. Look for errors in /var/log/lma_collector.log

View File

@ -66,7 +66,7 @@ Steps
#. Once the deployment has finished, connect to each node of the environment using ssh and run the following checks:
a. Check that hekad and collectd processes are up and running on all the nodes as described in the `LMA Collector documentation <http://fuel-plugin-lma-collector.readthedocs.io/en/stable/user/configuration.html#plugin-verification>`_.
a. Check that hekad and collectd processes are up and running on all the nodes as described in the `LMA Collector documentation <http://fuel-plugin-lma-collector.readthedocs.io/en/stable/configuration.html#plugin-verification>`_.
#. Run 'pcs resource' on one of nodes with plugin roles and check that all services are started.