*** ./larrd-0.43d/disk-larrd.pl Mon Apr 25 16:37:11 2005 --- ./mylarrd/disk-larrd.pl Fri Jan 6 10:13:27 2006 *************** *** 171,176 **** --- 171,179 ---- # We only want the DASD line for AS400 next if ($line !~ /DASD/ && $systemtype eq "AS400" ); + # + next if($line =~/has reached the defined disk/); + # No idea what system uses the word bloater - better leave it here though - Craig Cook last if ($line =~ /bloater/);