Changed ttl to seconds.
This commit is contained in:
@@ -21,7 +21,7 @@ email:
|
|||||||
processors:
|
processors:
|
||||||
alarm:
|
alarm:
|
||||||
number: 2
|
number: 2
|
||||||
ttl: 1440 # In minutes, Alarms older than this are not processed
|
ttl: 14400 # In seconds, undefined for none. Alarms older than this are not processed
|
||||||
notification:
|
notification:
|
||||||
number: 2
|
number: 2
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ queues:
|
|||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
url: 192.168.10.10:2181
|
url: 192.168.10.10:2181
|
||||||
max_offset_lag: 600 # In seconds
|
max_offset_lag: 600 # In seconds, undefined for none
|
||||||
|
|
||||||
logging: # Used in logging.dictConfig
|
logging: # Used in logging.dictConfig
|
||||||
version: 1
|
version: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user