Skip to content

Commit

Permalink
Add missing alarm options to the documentation
Browse files Browse the repository at this point in the history
Partial-Bug: 1380533
Change-Id: I9b6242bc19e299951a62c15cf3a3c9f35857a8c4
  • Loading branch information
DinaBelova committed Oct 14, 2014
1 parent f7392e4 commit c42e21d
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions doc/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,26 @@ Alarming

The following options in the [alarm] configuration section affect the configuration of alarm services

====================== ============== ====================================================================================
Parameter Default Note
====================== ============== ====================================================================================
evaluation_service singleton Driver to use for alarm evaluation service:
* singleton: All alarms are evaluated by one alarm evaluation service instance
* partitioned: All alarms are dispatched across all alarm evaluation service
instances to be evaluate
====================== ============== ====================================================================================
============================== ============================ =====================================================================================
Parameter Default Note
============================== ============================ =====================================================================================
evaluation_service default Driver to use for alarm evaluation service. DEPRECATED:
"singleton" and "partitioned" alarm evaluator services will be removed in Kilo
in favour of the default alarm evaluation service using tooz for partitioning
evaluation_interval 60 Period of evaluation cycle, should be >= than configured pipeline interval for
collection of underlying metrics
notifier_rpc_topic alarm_notifier The topic that ceilometer uses for alarm notifier messages
partition_rpc_topic alarm_partition_coordination The topic that ceilometer uses for alarm partition coordination messages
DEPRECATED: RPC-based partitioned alarm evaluation service will be removed in Kilo
in favour of the default alarm evaluation service using tooz for partitioning
rest_notifier_certificate_file SSL Client certificate for REST notifier
rest_notifier_certificate_key SSL Client private key for REST notifier
rest_notifier_ssl_verify True Whether to verify the SSL Server certificate when calling alarm action
rest_notifier_max_retries 0 Number of retries for REST notifier
record_history True Record alarm change events
user_alarm_quota None Maximum number of alarms defined for a user
project_alarm_quota None Maximum number of alarms defined for a project
============================== ============================ =====================================================================================


Collector
Expand Down

0 comments on commit c42e21d

Please sign in to comment.