summaryrefslogtreecommitdiff
path: root/esm.config.json
blob: 802cdb1ca624539b58b8aface2726ec7bdbc0a39 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "esm": {
        "version": "2.1",
        "website": "http://www.ezservermonitor.com"
    },
    "disk": {
        "show_tmpfs": false
    },
    "ping": {
        "hosts": [
            "facebook.com",
            "google.com",
            "yahoo.com"
        ]
    },
    "last_login": {
        "max": 5
    },
    "services": [
        {
            "name": "Web Server",
            "host": "localhost",
            "port": 80
        },
        {
            "name": "Email Server (incoming)",
            "host": "localhost",
            "port": 993
        },
        {
            "name": "Email Server (outgoing)",
            "host": "localhost",
            "port": 587
        },
        {
            "name": "FTP Server",
            "host": "localhost",
            "port": 21
        },
        {
            "name": "Database Server",
            "host": "localhost",
            "port": 3306
        },
        {
            "name": "SSH Service",
            "host": "localhost",
            "port": 22
        }
    ]
}