diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-20 11:27:45 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-20 11:27:45 +0000 |
commit | ff13fed77fdf9c65c36dd1f4f4a277ddfa1024b1 (patch) | |
tree | 1cee24a4283aa8e46ebad8f8154c29e8215ced1b | |
parent | d44762c6045e4ebac37bbd87887811b65f49e340 (diff) | |
parent | 71aa7db2a0bad333d42a816e87da653c9e5cc106 (diff) |
merge
-rwxr-xr-x | bin/custodian-enqueue | 2 |
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 |