--- parse_df.pl 2002/09/12 14:58:44 1.10 +++ parse_df.pl 2003/05/13 16:00:53 1.11 @@ -46,7 +46,6 @@ }; print STDERR " read DF eof=",eof(DF); while() { - alarm 0; # turn alarm off chomp; my ($node,$total,$used,$aval,$use_pcnt,$mount) = split(/\s+/,$_,6); if ($use_pcnt && $use_pcnt =~ s/(\d+)%/$1/) { @@ -57,6 +56,7 @@ } } close(DF); + alarm 0; # turn alarm off $cache->set( $ssh, $df, "1 min" ) if ($USE_CACHE); }