openstack-manuals/doc/common/tables/ceilometer-collector.xml
Ildiko Vancsa 33990c31fb Update Telemetry config reference
Update the config reference with using the autohelp-wrapper script.

Change-Id: Ia37e966001a3466b65071e570a202e3f31502cde
Closes-Bug: #1418299
Closes-Bug: #1418622
Closes-Bug: #1418372
2015-02-09 10:47:25 +01:00

61 lines
2.4 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ceilometer_collector">
<caption>Description of collector configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>collector_workers</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of workers for collector service. A single collector is enabled by default.</td>
</tr>
<tr>
<th colspan="2">[collector]</th>
</tr>
<tr>
<td><option>requeue_event_on_dispatcher_error</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Requeue the event on the collector event queue when the collector fails to dispatch it.</td>
</tr>
<tr>
<td><option>requeue_sample_on_dispatcher_error</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Requeue the sample on the collector sample queue when the collector fails to dispatch it. This is only valid if the sample come from the notifier publisher.</td>
</tr>
<tr>
<td><option>udp_address</option> = <replaceable>0.0.0.0</replaceable></td>
<td>(StrOpt) Address to which the UDP socket is bound. Set to an empty string to disable.</td>
</tr>
<tr>
<td><option>udp_port</option> = <replaceable>4952</replaceable></td>
<td>(IntOpt) Port to which the UDP socket is bound.</td>
</tr>
<tr>
<th colspan="2">[dispatcher_file]</th>
</tr>
<tr>
<td><option>backup_count</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) The max number of the files to keep.</td>
</tr>
<tr>
<td><option>file_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name and the location of the file to record meters.</td>
</tr>
<tr>
<td><option>max_bytes</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) The max size of the file.</td>
</tr>
</tbody>
</table>
</para>