[LON-CAPA-cvs] cvs: loncom /cgi clusterstatus.pl

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 13 Apr 2005 18:30:47 -0000


albertel		Wed Apr 13 14:30:47 2005 EDT

  Modified files:              
    /loncom/cgi	clusterstatus.pl 
  Log:
  - up the floor on the clusterstatus page
  
  
Index: loncom/cgi/clusterstatus.pl
diff -u loncom/cgi/clusterstatus.pl:1.23 loncom/cgi/clusterstatus.pl:1.24
--- loncom/cgi/clusterstatus.pl:1.23	Sun Sep 14 15:00:03 2003
+++ loncom/cgi/clusterstatus.pl	Wed Apr 13 14:30:46 2005
@@ -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 @@
 	    }
 	    if ($host{$local.'_errors'}) {
 		$trouble='Has loncron errors.<br />';
-	    } elsif ($host{$local.'_loncron_doomed'}>600) {
+	    } elsif ($host{$local.'_loncron_doomed'}>2500) {
 		$trouble='High loncron count.<br />';
 	    }
 	    if ($host{$local.'_load_doomed'}>5) {