--- loncom/cgi/clusterstatus.pl 2003/08/05 18:33:08 1.16 +++ loncom/cgi/clusterstatus.pl 2003/08/05 18:47:21 1.17 @@ -3,7 +3,7 @@ $|=1; # The LearningOnline Network with CAPA # Cluster Status # -# $Id: clusterstatus.pl,v 1.16 2003/08/05 18:33:08 www Exp $ +# $Id: clusterstatus.pl,v 1.17 2003/08/05 18:47:21 www Exp $ use lib '/home/httpd/lib/perl/'; use LONCAPA::Configuration; @@ -303,7 +303,7 @@ sub resetvars { $stat_total=0; $stat_notyet=0; $stat_fromcache=0; - + $concount=0; undef %host; %host=(); } @@ -431,12 +431,12 @@ sub reports { "". ""; foreach my $remote (sort keys %hostname) { - print ''; + print ''; } print "\n"; # connection matrix foreach my $local (sort keys %hostname) { - print ''; + print ''; foreach my $remote (sort keys %hostname) { if ($connectionstatus{$local.'_TO_'.$remote} eq 'not_yet') { my $cellcolor='#FFFFFF';
 '.$remote.''.$remote.'
'.$local.'
'.$local.'