e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
81 lines
3.3 KiB
XML
81 lines
3.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_ceilometer_alarm">
|
|
<caption>Description of alarm 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">[alarm]</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>notifier_rpc_topic</option> = <replaceable>alarm_notifier</replaceable></td>
|
|
<td>(StrOpt) The topic that ceilometer 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>
|