openstack-manuals/doc/config-reference/source/tables/ceilometer-events.rst
KATO Tomoyuki 8c7d06a358 [config-ref] update ceilometer config options for Newton
Change-Id: Ife66774e3e5c189c271fc58624cc91814b8c66b9
2016-09-30 11:38:18 +09:00

1.5 KiB

Description of events configuration options
Configuration option = Default value Description
[event]
definitions_cfg_file = event_definitions.yaml (String) Configuration file for event definitions.
drop_unmatched_notifications = False (Boolean) Drop notifications if no event definition matches. (Otherwise, we convert them with just the default traits)
store_raw = [] (Multi-valued) Store the raw notification for select priority levels (info and/or error). By default, raw details are not captured.
[notification]
ack_on_event_error = True (Boolean) Acknowledge message when event persistence fails.
workers = 1 (Integer) Number of workers for notification service, default value is 1.
workload_partitioning = False (Boolean) Enable workload partitioning, allowing multiple notification agents to be run simultaneously.