summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 10:12:12 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 10:12:12 +0000
commitb476e5ddb544c6911b4a4bd8c8bba30bebcc6cac (patch)
tree451d170c71f4574a4d8317c80c79ee1a8d5b090d /bin
parentaa294ee289e84a2c9314ff2672e1e266ab08d103 (diff)
Don't replace alert
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index dbd545a..0405955 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -95,7 +95,9 @@ class Alert
update = Mauve::Proto::AlertUpdate.new
update.alert = []
update.source = "custodian"
- update.replace = true
+
+ # be explicit about raising/clearing
+ update.replace = false
alert = Mauve::Proto::Alert.new
@@ -121,7 +123,10 @@ class Alert
update = Mauve::Proto::AlertUpdate.new
update.alert = []
update.source = "custodian"
- update.replace = true
+
+ # be explicit about raising/clearing
+ update.replace = false
+
alert = Mauve::Proto::Alert.new