diff options
Diffstat (limited to 'conf/esm.config.json')
-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" - } - ] } } |