summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-20 11:23:49 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-20 11:23:49 +0000
commite7a6513e22046a90c5bf4071cfefccec1b1d103b (patch)
treee1ba92b8897463c4397a10995a596c05b6866867 /bin
parentfabfb88654766df9a31faab71d4d4ffee9ab48c7 (diff)
Updated name of the script in the detail of the hearbeat alert.
Remove <tt>..</tt> since mauve will strip them out.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-enqueue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue
index fefed04..d6f041e 100755
--- a/bin/custodian-enqueue
+++ b/bin/custodian-enqueue
@@ -150,7 +150,7 @@ if __FILE__ == $0 then
#
# Inititate a heartbeat
#
- system( "mauvesend alert.bytemark.co.uk -i custodian-enqueue -c now -r +10m -s \"heartbeat failed for custodian-queue.\" --detail=\"<p>The heartbeat wasn't sent for <tt>custodian-queue</tt> - This means that new tests are not being pushed into the <tt>beanstalkd</tt> queue, and our monitoring is potentially broken</p>\" " )
+ system( "mauvesend alert.bytemark.co.uk -i custodian-enqueue -c now -r +10m -s \"heartbeat failed for custodian-enqueue.\" --detail=\"<p>The heartbeat wasn't sent for custodian-enqueue - This means that new tests are not being pushed into the <tt>beanstalkd</tt> queue, and our monitoring is potentially broken</p>\" " )
end