diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-06 10:56:47 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-06 10:56:47 +0000 |
commit | 93ca65487449ab491d1503ad3dc6b5044ea98343 (patch) | |
tree | 66650bf0f1381bc5d953a90f50f87349d88c50b4 /bin | |
parent | a20675f785149a7d328b7439c0bcbf4df580355f (diff) |
Added script to report on parse failures.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-enqueue | 13 |
1 files changed, 0 insertions, 13 deletions
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=\"<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 - - end |