e060b5f386
Change-Id: I9444a8c58c6556d344cc0978c8eb6ce756bbc5b2
95 lines
4.2 KiB
XML
95 lines
4.2 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_aodh_common">
|
|
<caption>Description of common 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>alarm_max_actions</option> = <replaceable>-1</replaceable></td>
|
|
<td>(IntOpt) Maximum count of actions for each state of an alarm, non-positive number means no limit.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>evaluation_interval</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying meters.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>event_alarm_cache_ttl</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) TTL of event alarm caches, in seconds. Set to 0 to disable caching.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>event_alarm_topic</option> = <replaceable>alarm.all</replaceable></td>
|
|
<td>(StrOpt) The topic that aodh uses for event alarm evaluation.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>executor_thread_pool_size</option> = <replaceable>64</replaceable></td>
|
|
<td>(IntOpt) Size of executor thread pool.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>gnocchi_url</option> = <replaceable>http://localhost:8041</replaceable></td>
|
|
<td>(StrOpt) URL to Gnocchi.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>host</option> = <replaceable>localhost</replaceable></td>
|
|
<td>(StrOpt) Name of this node, which must be valid in an AMQP key. Can be an opaque identifier. For ZeroMQ only, must be a valid host name, FQDN, or IP address.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>http_timeout</option> = <replaceable>600</replaceable></td>
|
|
<td>(IntOpt) Timeout seconds for HTTP requests. Set it to None to disable timeout.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
|
|
<td>(ListOpt) Memcached servers or None for in process cache.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>notification_workers</option> = <replaceable>1</replaceable></td>
|
|
<td>(IntOpt) Number of workers for notification service. A single notification agent is enabled by default.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>notifier_rpc_topic</option> = <replaceable>alarm_notifier</replaceable></td>
|
|
<td>(StrOpt) The topic that aodh uses for alarm notifier messages.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>project_alarm_quota</option> = <replaceable>None</replaceable></td>
|
|
<td>(IntOpt) Maximum number of alarms defined for a project.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>record_history</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Record alarm change events.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rest_notifier_certificate_file</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) SSL Client certificate for REST notifier.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rest_notifier_certificate_key</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) SSL Client private key for REST notifier.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rest_notifier_max_retries</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) Number of retries for REST notifier</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rest_notifier_ssl_verify</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Whether to verify the SSL Server certificate when calling alarm action.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>user_alarm_quota</option> = <replaceable>None</replaceable></td>
|
|
<td>(IntOpt) Maximum number of alarms defined for a user.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|