From 415d286a9bf3d289691f751d95d701515c9be165 Mon Sep 17 00:00:00 2001
From: Heuzef
Date: Fri, 4 Oct 2019 11:32:38 +0200
Subject: [PATCH] Insert header
---
Check.pm | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/Check.pm b/Check.pm
index 0e21267..c33b30b 100644
--- a/Check.pm
+++ b/Check.pm
@@ -250,7 +250,31 @@ EOF
my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime});
my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime});
- my $content = eval ("qq{$Lang->{BackupPC_Check}}");
+# Show Header
+ my $content = <This check was generated at \$now.
+
+ File system pool size usage (\$DUmaxTime) :
+
+
+ File system inode size usage (\$DUInodemaxTime) :
+
+
\$Info{DUInodeDailyMax}%
+
+
+\${h2("Backups summary")}
+
+EOF
Header("BackupPC: Check", $content);
Trailer();
}