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