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
commit37f6d1ec4ea66d2c4bbf57682625f39c95ecbf55 (patch)
tree451d170c71f4574a4d8317c80c79ee1a8d5b090d /bin
parentc4289218718bec2c3a8eb50c1b0fca6a9ccfe7d1 (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