diff options
author | ShevAbam <shevabam@gmail.com> | 2015-07-14 15:16:12 +0200 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2015-07-14 15:16:12 +0200 |
commit | 118bb1862cfca13201d349df8ec23b830921efb5 (patch) | |
tree | 068eba472ca5bf77f26e2fa3c408811eb821f9ad /conf/esm.config.json | |
parent | b330d193bbd0170b6caabd604d30fc64c7b1d2d3 (diff) |
Disk : add filesystem and option to enable/disable it (disk:show_filesystem)
Network usage : center values of receive and transmit
Diffstat (limited to 'conf/esm.config.json')
-rw-r--r-- | conf/esm.config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": [ |