summaryrefslogtreecommitdiff
path: root/esm.config.json
blob: f5812fe7d146c89a93e69434edb34b689ca0c13d (plain)
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
{
    "esm": {
        "version": "2.0",
        "website": "http://www.ezservermonitor.com"
    },
    "ping": {
        "hosts": [
            "free.fr",
            "orange.fr",
            "google.com"
        ]
    },
    "last_login": {
        "max": 5
    },
    "services": [
        {
            "name": "Web Server (Apache)",
            "port": 80
        },
        {
            "name": "FTP Server (ProFTPd)",
            "port": 21
        },
        {
            "name": "Databases (MySQL)",
            "port": 3306
        },
        {
            "name": "SSH",
            "port": 22
        }
    ]
}