Declare global freq var

master
Heuzef 5 years ago
parent f08df7e6e4
commit 3f4389fca6
  1. 2
      Check.pm

@ -76,7 +76,6 @@ sub action
} }
# Color for age # Color for age
my $frequence = 1.1;
if ( $lastAge < $frequence ) { if ( $lastAge < $frequence ) {
$lastAgeColor = "MediumSeaGreen"; $lastAgeColor = "MediumSeaGreen";
} else { } else {
@ -232,6 +231,7 @@ EOF
my $DUlastTime = timeStamp2($Info{DUlastValueTime}); my $DUlastTime = timeStamp2($Info{DUlastValueTime});
my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime});
my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime});
my $frequence = 1.1;
# Show header # Show header
$header = <<EOF; $header = <<EOF;

Loading…
Cancel
Save