master
Heuzef 5 years ago
parent 2948cb7c8f
commit 8519c15a60
  1. 16
      Check.pm

@ -235,20 +235,20 @@ EOF
# Show header
$header = <<EOF;
${h1(qq{BackupPC: Check})}
<p>This check was generated at <strong>$now</strong>.</p>
\${h1(qq{BackupPC: Check})}
<p>This check was generated at <strong>\$now</strong>.</p>
<p>File system pool size usage ($DUmaxTime) :</p>
<p>File system pool size usage (\$DUmaxTime) :</p>
<div style="background-color:#f1f1f1!important">
<div style="color:#fff!important;background-color:#2196F3!important; text-align:center; width:$Info{DUDailyMax}%">$Info{DUDailyMax}%</div>
<div style="color:#fff!important;background-color:#2196F3!important; text-align:center; width:\$Info{DUDailyMax}%">\$Info{DUDailyMax}%</div>
</div>
<p>File system inode size usage ($DUInodemaxTime) :</p>
<p>File system inode size usage (\$DUInodemaxTime) :</p>
<div style="background-color:#f1f1f1!important">
<div style="color:#fff!important;background-color:#2196F3!important; text-align:center; width:$Info{DUInodeDailyMax}%">$Info{DUInodeDailyMax}%</div>
<div style="color:#fff!important;background-color:#2196F3!important; text-align:center; width:\$Info{DUInodeDailyMax}%">\$Info{DUInodeDailyMax}%</div>
</div>
${h2("Backups summary")}
\${h2("Backups summary")}
<table class="sortable" id="host_summary_backups" border cellpadding="3" cellspacing="1">
<tr class="tableheader"><td> Host </td>
@ -256,7 +256,7 @@ ${h1(qq{BackupPC: Check})}
<td> Errors </td>
<td> Size Consistency </td>
<td> Browse </td>
$strGood
\$strGood
</table>
EOF

Loading…
Cancel
Save