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
commit71aa7db2a0bad333d42a816e87da653c9e5cc106 (patch)
treee1ba92b8897463c4397a10995a596c05b6866867 /bin
parent61177183cde79b426b6aaebb4a7ee5b7fc66c1d3 (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