summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-04-25 20:59:11 +0200
committerSimon Rettberg2020-04-25 20:59:11 +0200
commitda08220e75a27f90c37ff1fb974ffb2e9d8f37d5 (patch)
treeae79b43f089b93e4a6c57b759ea5ad57df138642
parent[statistics] Track CPU-load and standby failures of clients (diff)
downloadslx-admin-da08220e75a27f90c37ff1fb974ffb2e9d8f37d5.tar.gz
slx-admin-da08220e75a27f90c37ff1fb974ffb2e9d8f37d5.tar.xz
slx-admin-da08220e75a27f90c37ff1fb974ffb2e9d8f37d5.zip
Fix typo in last commit
-rw-r--r--modules-available/statistics/api.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/api.inc.php b/modules-available/statistics/api.inc.php
index 3e8ed917..b58a18f6 100644
--- a/modules-available/statistics/api.inc.php
+++ b/modules-available/statistics/api.inc.php
@@ -112,7 +112,7 @@ if ($type{0} === '~') {
. ' cpumodel = :cpumodel,'
. ' systemmodel = :systemmodel,'
. ' id44mb = :id44mb,'
- . ' live_tmpsize = 0, live_swapsize = 0, live_memsize = 0, cpuload = 255',
+ . ' live_tmpsize = 0, live_swapsize = 0, live_memsize = 0, cpuload = 255,'
. ' badsectors = :badsectors,'
. ' data = :data,'
. ' state = :state '