master
Heuzef 5 years ago
parent e0a7f9517d
commit 7264ccb83b
  1. 10
      Check.pm

@ -31,7 +31,7 @@ sub action
{ {
# Init # Init
my($fullTot, $fullSizeTot, $incrTot, $incrSizeTot, $str, my($fullTot, $fullSizeTot, $incrTot, $incrSizeTot, $str,
$strNone, $strGood, $hostCntGood, $hostCntNone, $head_content); $strNone, $strGood, $hostCntGood, $hostCntNone);
$hostCntGood = $hostCntNone = 0; $hostCntGood = $hostCntNone = 0;
GetStatusInfo("hosts info"); GetStatusInfo("hosts info");
@ -250,14 +250,8 @@ EOF
my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime});
my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime});
# Show header
$head_content = <<EOF;
New header content
EOF
my $header = eval ("qq{$head_content}");
my $content = eval ("qq{$Lang->{BackupPC_Check}}"); my $content = eval ("qq{$Lang->{BackupPC_Check}}");
Header("BackupPC: Check", $content, $header); Header("BackupPC: Check", $content);
Trailer(); Trailer();
} }

Loading…
Cancel
Save