From e7a6513e22046a90c5bf4071cfefccec1b1d103b Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 20 Nov 2012 11:23:49 +0000 Subject: Updated name of the script in the detail of the hearbeat alert. Remove .. since mauve will strip them out. --- bin/custodian-enqueue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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=\"

The heartbeat wasn't sent for custodian-queue - This means that new tests are not being pushed into the beanstalkd queue, and our monitoring is potentially broken

\" " ) + system( "mauvesend alert.bytemark.co.uk -i custodian-enqueue -c now -r +10m -s \"heartbeat failed for custodian-enqueue.\" --detail=\"

The heartbeat wasn't sent for custodian-enqueue - This means that new tests are not being pushed into the beanstalkd queue, and our monitoring is potentially broken

\" " ) end -- cgit v1.2.1