--- loncom/cgi/clusterstatus.pl 2003/09/14 19:00:03 1.23 +++ loncom/cgi/clusterstatus.pl 2005/04/13 18:30:46 1.24 @@ -1,7 +1,7 @@ #!/usr/bin/perl $|=1; # Generates a html page showing various sataus reports about the cluster -# $Id: clusterstatus.pl,v 1.23 2003/09/14 19:00:03 www Exp $ +# $Id: clusterstatus.pl,v 1.24 2005/04/13 18:30:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -610,7 +610,7 @@ sub reports { } if ($host{$local.'_errors'}) { $trouble='Has loncron errors.
'; - } elsif ($host{$local.'_loncron_doomed'}>600) { + } elsif ($host{$local.'_loncron_doomed'}>2500) { $trouble='High loncron count.
'; } if ($host{$local.'_load_doomed'}>5) {