diff --git a/Check.pm b/Check.pm index 8092523..75a5f20 100644 --- a/Check.pm +++ b/Check.pm @@ -148,70 +148,7 @@ EOF my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); - my $content = eval (" - - \${h1("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 - - "); + my $content = eval ("Hello World"); Header("BackupPC: Check", $content); Trailer(); }