openstack-manuals/doc/config-reference/source/tables/conf-changes/aodh.rst
KATO Tomoyuki f1e0934114 [config-ref] update the conf changes tables
For a few tables which I got the error on generating,
I will update the following patch.

Change-Id: I1f5c6b70704182924b96e6705a893356bd31410f
2016-09-29 15:45:50 +09:00

56 lines
2.4 KiB
ReStructuredText

New, updated, and deprecated options in Newton for Alarming
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..
Warning: Do not edit this file. It is automatically generated and your
changes will be overwritten. The tool to do so lives in the
openstack-doc-tools repository.
.. list-table:: New options
:header-rows: 1
:class: config-ref-table
* - Option = default value
- (Type) Help string
* - ``[DEFAULT] additional_ingestion_lag = 0``
- (IntOpt) The number of seconds to extend the evaluation windows to compensate the reporting/ingestion lag.
* - ``[DEFAULT] rest_notifier_ca_bundle_certificate_path = None``
- (StrOpt) SSL CA_BUNDLE certificate for REST notifier
* - ``[api] alarm_max_actions = -1``
- (IntOpt) Maximum count of actions for each state of an alarm, non-positive number means no limit.
* - ``[api] enable_combination_alarms = False``
- (BoolOpt) Enable deprecated combination alarms.
* - ``[api] project_alarm_quota = None``
- (IntOpt) Maximum number of alarms defined for a project.
* - ``[api] user_alarm_quota = None``
- (IntOpt) Maximum number of alarms defined for a user.
* - ``[evaluator] workers = 1``
- (IntOpt) Number of workers for evaluator service. default value is 1.
* - ``[listener] batch_size = 1``
- (IntOpt) Number of notification messages to wait before dispatching them.
* - ``[listener] batch_timeout = None``
- (IntOpt) Number of seconds to wait before dispatching samples when batch_size is not reached (None means indefinitely).
* - ``[listener] event_alarm_topic = alarm.all``
- (StrOpt) The topic that aodh uses for event alarm evaluation.
* - ``[listener] workers = 1``
- (IntOpt) Number of workers for listener service. default value is 1.
* - ``[notifier] batch_size = 1``
- (IntOpt) Number of notification messages to wait before dispatching them.
* - ``[notifier] batch_timeout = None``
- (IntOpt) Number of seconds to wait before dispatching samples when batch_size is not reached (None means indefinitely).
* - ``[notifier] workers = 1``
- (IntOpt) Number of workers for notifier service. default value is 1.
* - ``[service_types] zaqar = messaging``
- (StrOpt) Message queue service type.
.. list-table:: Deprecated options
:header-rows: 1
:class: config-ref-table
* - Deprecated option
- New Option
* - ``[DEFAULT] use_syslog``
- ``None``