openstack-manuals/doc/config-reference/ch_telemetryconfigure.xml
Andreas Jaeger e77dbe04ac Remove extra xmlns lines
We do not need these namespaces like xmlns:svg and xmlns:html anywhere,
remove the declarations.

Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
2014-05-02 08:24:52 +02:00

40 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter xml:id="ch_configuring-openstack-telemetry"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" >
<title>Telemetry</title>
<para>The Telemetry service collects measurements within OpenStack. Its
various agents and services are configured in the
<filename>/etc/ceilometer/ceilometer.conf</filename> file.</para>
<para>To install Telemetry, see the <citetitle>OpenStack Installation
Guide</citetitle> for your distribution (<link
xlink:href="docs.openstack.org" >docs.openstack.org</link>).</para>
<para>The following tables provide a comprehensive list of the Telemetry
configuration options.</para>
<xi:include href="../common/tables/ceilometer-alarm.xml"/>
<xi:include href="../common/tables/ceilometer-amqp.xml"/>
<xi:include href="../common/tables/ceilometer-api.xml"/>
<xi:include href="../common/tables/ceilometer-auth.xml"/>
<xi:include href="../common/tables/ceilometer-cells.xml"/>
<xi:include href="../common/tables/ceilometer-collector.xml"/>
<xi:include href="../common/tables/ceilometer-common.xml"/>
<xi:include href="../common/tables/ceilometer-database.xml"/>
<xi:include href="../common/tables/ceilometer-events.xml"/>
<xi:include href="../common/tables/ceilometer-exchange.xml"/>
<xi:include href="../common/tables/ceilometer-inspector.xml"/>
<xi:include href="../common/tables/ceilometer-logging.xml"/>
<xi:include href="../common/tables/ceilometer-qpid.xml"/>
<xi:include href="../common/tables/ceilometer-rabbitmq.xml"/>
<xi:include href="../common/tables/ceilometer-redis.xml"/>
<xi:include href="../common/tables/ceilometer-rpc.xml"/>
<xi:include href="../common/tables/ceilometer-ssl.xml"/>
<xi:include href="../common/tables/ceilometer-swift.xml"/>
<xi:include href="../common/tables/ceilometer-vmware.xml"/>
<xi:include href="telemetry/section_telemetry-sample-configuration-files.xml" />
</chapter>