From 27f750692118c2cf21322f4b925a95e41dd7f111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Mon, 29 Mar 2010 10:15:21 +0000 Subject: [PATCH] minor bugfix --- check_disks.pl/trunk/check_disks.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);