diff --git a/check_disks.pl/trunk/check_disks.pl b/check_disks.pl/trunk/check_disks.pl index 62b71a8..54327b5 100755 --- a/check_disks.pl/trunk/check_disks.pl +++ b/check_disks.pl/trunk/check_disks.pl @@ -358,7 +358,7 @@ foreach my $f (keys %checkdisks) { $output .= "
" if ($opt_html); } } - $output .= "\n"; + #$output .= "\n"; # Donnees de Perfs my $perfwarn=$alldisks{$f}->{somme}*((100-$checkdisks{$f}->{warning})/100);