From 43092457023bb923a93dde57219dc70533fa97d4 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Wed, 19 Mar 2014 13:18:46 -0600 Subject: [PATCH] Changed ttl to seconds. --- templates/default/notification.yaml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/notification.yaml.erb b/templates/default/notification.yaml.erb index 97af94f..f5c0afc 100644 --- a/templates/default/notification.yaml.erb +++ b/templates/default/notification.yaml.erb @@ -21,7 +21,7 @@ email: processors: alarm: 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: number: 2 @@ -33,7 +33,7 @@ queues: zookeeper: 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 version: 1