record_history
¶boolean
True
Record alarm change events.
event_alarm_cache_ttl
¶integer
60
TTL of event alarm caches, in seconds. Set to 0 to disable caching.
additional_ingestion_lag
¶integer
0
0
The number of seconds to extend the evaluation windows to compensate the reporting/ingestion lag.
member_creation_time
¶integer
120
The time in seconds to wait for the load balancer member creation.
rest_notifier_certificate_file
¶string
''
SSL Client certificate file for REST notifier.
rest_notifier_certificate_key
¶string
''
SSL Client private key file for REST notifier.
rest_notifier_ca_bundle_certificate_path
¶string
<None>
SSL CA_BUNDLE certificate for REST notifier
rest_notifier_ssl_verify
¶boolean
True
Whether to verify the SSL Server certificate when calling alarm action.
rest_notifier_max_retries
¶integer
0
Number of retries for REST notifier
notifier_topic
¶string
alarming
The topic that aodh uses for alarm notifier messages.
http_timeout
¶integer
600
Timeout seconds for HTTP requests. Set it to None to disable timeout.
evaluation_interval
¶integer
60
Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying meters.
paste_config
¶string
/build/aodh-Tkv6CG/aodh-12.0.0/aodh/api/api-paste.ini
Configuration file for WSGI definition of API.
auth_mode
¶string
keystone
Authentication mode to use. Unset to disable authentication
gnocchi_external_project_owner
¶string
service
Project name of resources creator in Gnocchi. (For example the Ceilometer project name
gnocchi_external_domain_name
¶string
Default
Domain name of resources creator in Gnocchi. (For example, default or service_domain
user_alarm_quota
¶integer
-1
Maximum number of alarms defined for a user.
Group |
Name |
---|---|
DEFAULT |
user_alarm_quota |
project_alarm_quota
¶integer
-1
Maximum number of alarms defined for a project.
Group |
Name |
---|---|
DEFAULT |
project_alarm_quota |
alarm_max_actions
¶integer
-1
Maximum count of actions for each state of an alarm, non-positive number means no limit.
Group |
Name |
---|---|
DEFAULT |
alarm_max_actions |
backend_url
¶string
<None>
The backend URL to use for distributed coordination. If left empty, alarm evaluation won’t do workload partitioning and will only function correctly if a single instance of the service is running.
heartbeat
¶floating point
1.0
Number of seconds between heartbeats for distributed coordination.
check_watchers
¶floating point
10.0
Number of seconds between checks to see if group membership has changed
retry_backoff
¶integer
1
Retry backoff factor when retrying to connect with coordination backend
max_retry_interval
¶integer
30
Maximum number of seconds between retry to join partitioning group
alarm_history_time_to_live
¶integer
-1
Number of seconds that alarm histories are kept in the database for (<= 0 means forever).
workers
¶integer
1
1
Number of workers for evaluator service. default value is 1.
workers
¶integer
1
1
Number of workers for listener service. default value is 1.
event_alarm_topic
¶string
alarm.all
The topic that aodh uses for event alarm evaluation.
Group |
Name |
---|---|
DEFAULT |
event_alarm_topic |
batch_size
¶integer
1
Number of notification messages to wait before dispatching them.
batch_timeout
¶integer
<None>
Number of seconds to wait before dispatching samples when batch_size is not reached (None means indefinitely).
workers
¶integer
1
1
Number of workers for notifier service. default value is 1.
batch_size
¶integer
1
Number of notification messages to wait before dispatching them.
batch_timeout
¶integer
<None>
Number of seconds to wait before dispatching samples when batch_size is not reached (None means indefinitely).
region_name
¶string
<None>
Region name to use for OpenStack service endpoints.
Group |
Name |
---|---|
service_credentials |
os-region-name |
service_credentials |
os_region_name |
interface
¶string
public
public, internal, admin, auth, publicURL, internalURL, adminURL
Type of endpoint in Identity service catalog to use for communication with OpenStack services.
Group |
Name |
---|---|
service_credentials |
os-endpoint-type |
service_credentials |
os_endpoint_type |
zaqar
¶string
messaging
Message queue service type.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.