diff options
author | Simon Rettberg | 2020-04-25 20:59:11 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-04-25 20:59:11 +0200 |
commit | da08220e75a27f90c37ff1fb974ffb2e9d8f37d5 (patch) | |
tree | ae79b43f089b93e4a6c57b759ea5ad57df138642 /modules-available/statistics/api.inc.php | |
parent | [statistics] Track CPU-load and standby failures of clients (diff) | |
download | slx-admin-da08220e75a27f90c37ff1fb974ffb2e9d8f37d5.tar.gz slx-admin-da08220e75a27f90c37ff1fb974ffb2e9d8f37d5.tar.xz slx-admin-da08220e75a27f90c37ff1fb974ffb2e9d8f37d5.zip |
Fix typo in last commit
Diffstat (limited to 'modules-available/statistics/api.inc.php')
-rw-r--r-- | modules-available/statistics/api.inc.php | 2 |
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 ' |