From b6af48a862d67d7313e6399f20c4a438b21cc3b3 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 6 Dec 2012 10:56:47 +0000 Subject: Added script to report on parse failures. --- bin/custodian-enqueue | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'bin') diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 9e8e9a3..41378e6 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -175,19 +175,6 @@ if __FILE__ == $0 then end end - - # - # If there were errors then we'll not get this far. - # - if ( File.exists?( "/etc/mauvealert/mauvesend.destination" ) ) - - # - # Inititate a heartbeat - # - 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 - - end -- cgit v1.2.1