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
|
{
"esm": {
"version": "2.1",
"website": "http://www.ezservermonitor.com"
},
"disk": {
"show_tmpfs": false
},
"ping": {
"hosts": [
"free.fr",
"orange.fr",
"google.com"
]
},
"last_login": {
"max": 5
},
"services": [
{
"name": "Web Server (Apache)",
"host": "localhost",
"port": 80
},
{
"name": "FTP Server (ProFTPd)",
"host": "localhost",
"port": 21
},
{
"name": "Databases (MySQL)",
"host": "localhost",
"port": 3306
},
{
"name": "SSH",
"host": "localhost",
"port": 22
}
]
}
|