diff --git a/Check.pm b/Check.pm index 3c4fcaf..76a73b4 100644 --- a/Check.pm +++ b/Check.pm @@ -148,7 +148,70 @@ EOF my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); - my $content = eval ("qq{$Lang->{BackupPC_Summary}}"); + my $content = eval ("qq{ + + \${h1(qq{"BackupPC: Check"})} +

+

+

+ + \${h2("Hosts with good Backups")} +

+ There are \$hostCntGood hosts that have been backed up, for a total of: +

+

+ + + + + + + + + + + + + + + \$strGood +
Host User Comment #Full Full Age (days) Full Size (GiB) Speed (MiB/s) #Incr Incr Age (days) Last Backup (days) State #Xfer errs Last attempt
+ \${h2("Hosts with no Backups")} +

+ There are \$hostCntNone hosts with no backups. +

+ + + + + + + + + + + + + + + \$strNone +
Host User Comment #Full Full Age (days) Full Size (GiB) Speed (MiB/s) #Incr Incr Age/days Last Backup (days) State #Xfer errs Last attempt
+ EOF + + }"); Header("BackupPC: Check", $content); Trailer(); }