1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-22 18:33:45 +01:00

minor bugfix

This commit is contained in:
Páll Guðjón Sigurðsson 2010-03-29 10:15:21 +00:00
parent 1d48e0aa06
commit 27f7506921

View File

@ -358,7 +358,7 @@ foreach my $f (keys %checkdisks) {
$output .= "<br>" if ($opt_html); $output .= "<br>" if ($opt_html);
} }
} }
$output .= "\n"; #$output .= "\n";
# Donnees de Perfs # Donnees de Perfs
my $perfwarn=$alldisks{$f}->{somme}*((100-$checkdisks{$f}->{warning})/100); my $perfwarn=$alldisks{$f}->{somme}*((100-$checkdisks{$f}->{warning})/100);