From 118bb1862cfca13201d349df8ec23b830921efb5 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Tue, 14 Jul 2015 15:16:12 +0200 Subject: Disk : add filesystem and option to enable/disable it (disk:show_filesystem) Network usage : center values of receive and transmit --- conf/esm.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/esm.config.json') diff --git a/conf/esm.config.json b/conf/esm.config.json index af3fe3d..c4bab8c 100644 --- a/conf/esm.config.json +++ b/conf/esm.config.json @@ -10,7 +10,8 @@ "enable_temperature": true }, "disk": { - "show_tmpfs": false + "show_tmpfs": false, + "show_filesystem": true }, "ping": { "hosts": [ -- cgit v1.2.3