mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:10:12 +01:00
added missing variable to daily report script
This commit is contained in:
parent
02bbe16a20
commit
7d1a8628ea
@ -111,7 +111,7 @@ $mail = new ModelMailMail();
|
|||||||
list($totalmem, $meminfo, $totalswap, $swapinfo) = $health->meminfo();
|
list($totalmem, $meminfo, $totalswap, $swapinfo) = $health->meminfo();
|
||||||
$shortdiskinfo = $health->diskinfo();
|
$shortdiskinfo = $health->diskinfo();
|
||||||
|
|
||||||
list($archivesizeraw, $counters) = $counter->get_counters();
|
list($archivesizeraw, $archivesizestored, $counters) = $counter->get_counters();
|
||||||
|
|
||||||
$archive_size = nice_size($archivesizeraw, ' ');
|
$archive_size = nice_size($archivesizeraw, ' ');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user