diff --git a/index.php b/index.php
index 10c0d01..227038f 100644
--- a/index.php
+++ b/index.php
@@ -126,7 +126,6 @@
if (true) {
sort($not_responding);
print('
Unavailable machines
');
- print('- pinac01-10, reinstalled as desktop machines
');
foreach($not_responding as $key) {
printf('- %s, no data received since %s
',
$key, $key, date('l jS \of F, G:i:s', round(@$time[$key])));
diff --git a/stats.py b/stats.py
index c0910a5..5cc522a 100755
--- a/stats.py
+++ b/stats.py
@@ -80,7 +80,7 @@
p = Popen("hostname", shell=True, stdout=PIPE, close_fds=True)
hostname = p.stdout.readline().strip()
#hostname = commands.getoutput("hostname")
-output = "| %s (CPU:%s%% - MEM:%s%%) |
"%(hostname, totcpu,totmem)+output
+output = "| %s (CPU:%s%% - MEM:%s%%) |
"%(hostname, round(totcpu,1),totmem)+output
f = open("%s/%s.%s"%(DIR,hostname,EXT), "w")
f.write("