diff options
author | Richard Braun <rbraun@sceen.net> | 2016-08-03 18:17:23 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2016-08-03 18:17:23 +0200 |
commit | 158db3350522adba33f28bf78e4baad141bc5145 (patch) | |
tree | 724b5e448123df426db0c48ef512c0a57a060c77 /conf | |
parent | b6d98b7f12b2e484f3c2728a69ae99c759582f82 (diff) |
Diffstat (limited to 'conf')
-rw-r--r-- | conf/esm.config.json | 57 |
1 files changed, 1 insertions, 56 deletions
diff --git a/conf/esm.config.json b/conf/esm.config.json index bf65386..91f21d0 100644 --- a/conf/esm.config.json +++ b/conf/esm.config.json @@ -7,63 +7,8 @@ "theme": "blue", "custom_title": "" }, - "cpu": { - "enable_temperature": true - }, "disk": { - "show_tmpfs": false, + "show_tmpfs": true, "show_filesystem": true - }, - "ping": { - "hosts": [ - "facebook.com", - "google.com", - "yahoo.com" - ] - }, - "last_login": { - "enable": true, - "max": 5 - }, - "services": { - "show_port": true, - "list": [ - { - "name": "Web Server", - "host": "localhost", - "port": 80, - "protocol": "tcp" - }, - { - "name": "Email Server (incoming)", - "host": "localhost", - "port": 993, - "protocol": "tcp" - }, - { - "name": "Email Server (outgoing)", - "host": "localhost", - "port": 587, - "protocol": "tcp" - }, - { - "name": "FTP Server", - "host": "localhost", - "port": 21, - "protocol": "tcp" - }, - { - "name": "Database Server", - "host": "localhost", - "port": 3306, - "protocol": "tcp" - }, - { - "name": "SSH", - "host": "localhost", - "port": 22, - "protocol": "tcp" - } - ] } } |