1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
{
"esm": {
"version": "2.5",
"website": "http://www.ezservermonitor.com",
"check_updates": true,
"auto_refresh": 0,
"theme": "blue",
"custom_title": ""
},
"cpu": {
"enable_temperature": true
},
"disk": {
"show_tmpfs": false,
"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"
}
]
}
}
|