diff --git a/Check.pm b/Check.pm index da7da55..0eca462 100644 --- a/Check.pm +++ b/Check.pm @@ -250,10 +250,34 @@ EOF my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); - my $content = eval ("qq{ -

Header content here

- }"); + $header = <This check was generated at \$now.

+ +

File system pool size usage (\$DUmaxTime) :

+
+
\$Info{DUDailyMax}%
+
+ +

File system inode size usage (\$DUInodemaxTime) :

+
+
\$Info{DUInodeDailyMax}%
+
+ + \${h2("Backups summary")} + + + + + + + + \$strGood +
Host Last Backup (days) Errors Size Consistency Browse
+EOF + + my $content = eval ("qq{$header}"); Header("BackupPC: Check", $content); Trailer(); }