2015-07-07 09:57:41 -04:00
|
|
|
{
|
|
|
|
"esm": {
|
|
|
|
"version": "2.5",
|
|
|
|
"website": "http://www.ezservermonitor.com",
|
|
|
|
"check_updates": true,
|
2015-07-13 03:43:34 -04:00
|
|
|
"auto_refresh": 0,
|
2015-07-15 08:12:29 -04:00
|
|
|
"theme": "blue",
|
2015-07-13 03:43:34 -04:00
|
|
|
"custom_title": ""
|
2015-07-07 09:57:41 -04:00
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
"enable_temperature": true
|
|
|
|
},
|
|
|
|
"disk": {
|
2015-07-14 09:16:12 -04:00
|
|
|
"show_tmpfs": false,
|
|
|
|
"show_filesystem": true
|
2015-07-07 09:57:41 -04:00
|
|
|
},
|
|
|
|
"ping": {
|
|
|
|
"hosts": [
|
|
|
|
"facebook.com",
|
|
|
|
"google.com",
|
|
|
|
"yahoo.com"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"last_login": {
|
2015-07-13 03:43:34 -04:00
|
|
|
"enable": true,
|
2015-07-07 09:57:41 -04:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|