summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/inc/remotereport.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-03 09:53:09 +0100
committerSimon Rettberg2020-12-03 09:53:09 +0100
commit4e9f2a4f71699ba7922d096b7b2679400560d03d (patch)
tree83da0c473f2ab3fddfda1c097f832396cd7c157d /modules-available/statistics_reporting/inc/remotereport.inc.php
parent[webinterface] Include satellite's CA in config.tgz (diff)
downloadslx-admin-4e9f2a4f71699ba7922d096b7b2679400560d03d.tar.gz
slx-admin-4e9f2a4f71699ba7922d096b7b2679400560d03d.tar.xz
slx-admin-4e9f2a4f71699ba7922d096b7b2679400560d03d.zip
[statistics_reporting/statistics] Include system/runmode total counts
References #3781
Diffstat (limited to 'modules-available/statistics_reporting/inc/remotereport.inc.php')
-rw-r--r--modules-available/statistics_reporting/inc/remotereport.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/statistics_reporting/inc/remotereport.inc.php b/modules-available/statistics_reporting/inc/remotereport.inc.php
index 2de49d04..376691dd 100644
--- a/modules-available/statistics_reporting/inc/remotereport.inc.php
+++ b/modules-available/statistics_reporting/inc/remotereport.inc.php
@@ -90,6 +90,8 @@ class RemoteReport
$data['dozmod'] = Queries::getDozmodStats($from, $to);
$data['machines'] = Queries::getAggregatedMachineStats($from);
$data['exams'] = Queries::getExamStats($from, $to);
+ $data['baseSystem'] = Queries::getBaseSystemStats($from, $to);
+ $data['runmode'] = Queries::getRunmodeStats($from, $to);
$result['days' . $day] = $data;
}
$result['server'] = self::getLocalHardware();