a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
44 lines
2.7 KiB
XML
44 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_telemetry-sample-configuration-files">
|
|
<title>Telemetry sample configuration files</title>
|
|
<para>All the files in this section can be found in the <filename
|
|
class="directory">/etc/ceilometer/</filename> directory.</para>
|
|
<section xml:id="section_ceilometer.conf">
|
|
<title>ceilometer.conf</title>
|
|
<para>The configuration for the Telemetry services and agents is
|
|
found in the <filename>ceilometer.conf</filename> file.</para>
|
|
<para>This file must be modified after installation.</para>
|
|
<programlisting language="ini">
|
|
<!-- <xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/ceilometer.conf.sample"/> -->
|
|
<xi:include parse="text" href="../../common/samples/ceilometer.conf"/>
|
|
</programlisting>
|
|
</section>
|
|
<section xml:id="section_event_definitions.yaml">
|
|
<title>event_definitions.yaml</title>
|
|
<para>The <filename>event_definitions.yaml</filename> file defines how
|
|
events received from other OpenStack components should be translated
|
|
to Telemetry samples.</para>
|
|
<para>You should not need to modify this file.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/event_definitions.yaml?h=stable/icehouse"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_pipeline.yaml">
|
|
<title>pipeline.yaml</title>
|
|
<para>Pipelines describe a coupling between sources of samples and the
|
|
corresponding sinks for transformation and publication of the
|
|
data. They are defined in the <filename>pipeline.yaml</filename>
|
|
file.</para>
|
|
<para>You should not need to modify this file.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/pipeline.yaml?h=stable/icehouse"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_ceilometer-policy.json">
|
|
<title>policy.json</title>
|
|
<para>The <filename>policy.json</filename> file defines additional
|
|
access controls that apply to the Telemetry service.</para>
|
|
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/policy.json?h=stable/icehouse"/></programlisting>
|
|
</section>
|
|
<!-- TODO(gpocentek): include sources.json -->
|
|
</section>
|