Add missing notification options to the documentation

Partial-Bug: 1380533
Change-Id: I5923e812de67f44b75a6f4719bc44403834a4136
This commit is contained in:
Dina Belova
2014-10-13 15:34:40 +04:00
parent bdd196b5c0
commit 6be2e71c1f

View File

@@ -211,7 +211,11 @@ Event Conversion
================================== ====================================== ==============================================================
Parameter Default Note
================================== ====================================== ==============================================================
store_events False Boolean variable that switch on/off events storing
store_events False Boolean variable that switches on/off event storage
ack_on_event_error True Acknowledge message when event persistence fails
messaging_urls [] Messaging URLs to listen for notifications. Example:
transport://user:pass@host1:port[,hostN:portN]/virtual_host
(DEFAULT/transport_url is used if empty)
================================== ====================================== ==============================================================
The following options in the [event] configuration section affect the extraction of Event data from notifications.