8c7d06a358
Change-Id: Ife66774e3e5c189c271fc58624cc91814b8c66b9
1.5 KiB
1.5 KiB
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. |