summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/hooks
diff options
context:
space:
mode:
authorSimon Rettberg2020-04-25 20:15:41 +0200
committerSimon Rettberg2020-04-25 20:15:41 +0200
commitaf98d47ab122fdc8fe01557b8736be06874989d9 (patch)
tree5e7eb779319cc587622944b78dfe1f0a87d6c635 /modules-available/statistics/hooks
parent[statistics] Fix subnet filter link in client list (diff)
downloadslx-admin-af98d47ab122fdc8fe01557b8736be06874989d9.tar.gz
slx-admin-af98d47ab122fdc8fe01557b8736be06874989d9.tar.xz
slx-admin-af98d47ab122fdc8fe01557b8736be06874989d9.zip
Minor tweaks and cleanups
Diffstat (limited to 'modules-available/statistics/hooks')
-rw-r--r--modules-available/statistics/hooks/cron.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/statistics/hooks/cron.inc.php b/modules-available/statistics/hooks/cron.inc.php
index 6393b2c6..8db6b79c 100644
--- a/modules-available/statistics/hooks/cron.inc.php
+++ b/modules-available/statistics/hooks/cron.inc.php
@@ -32,9 +32,9 @@ function state_cleanup()
'type' => 'machine-mismatch-cron',
'client' => $row['clientip'],
'description' => 'Client timed out, last known state is ' . $row['state']
- . '. RAM: ' . Util::readableFileSize($row['live_memfree'], -1, 2)
- . ', Swap: ' . Util::readableFileSize($row['live_swapfree'], -1, 2)
- . ', ID44: ' . Util::readableFileSize($row['live_tmpfree'], -1, 2),
+ . '. Free RAM: ' . Util::readableFileSize($row['live_memfree'], -1, 2)
+ . ', free Swap: ' . Util::readableFileSize($row['live_swapfree'], -1, 2)
+ . ', free ID44: ' . Util::readableFileSize($row['live_tmpfree'], -1, 2),
'longdesc' => '',
'uuid' => $row['machineuuid'],
));