-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.local
58 lines (58 loc) · 1.51 KB
/
config.json.local
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
{
"token": "xxxx", // Discord bot token
"channelId": "xxxx", // Discord channel id
"proxmoxApiUrl": "https://proxmox.icutmyhair.space",
"proxmoxApiToken": "xxxx",
"instatusApiUrl": "https://api.instatus.com",
"instatusApiToken": "xxxx",
"instatusPageId": "xxxx",
"data": {
"main": {
"hostname": "Proxmox",
"type": "port",
"server": "10.0.0.5",
"port": "8006"
},
"CasaOS": {
"hostname": "CasaOS",
"type": "website",
"server": "https://casaos.icutmyhair.space",
"component_id": "clxd3db5p9151b4oh99nrko4y",
"current_status": "OPERATIONAL"
},
"Crafty": {
"hostname": "Crafty",
"type": "website",
"server": "https://crafty.icutmyhair.space",
"component_id": "clxd0dbaf45997b6ng9bqd1s9p",
"current_status": "UNDERMAINTENANCE"
},
"RLCraft01": {
"hostname": "RLCraft01",
"type": "port",
"server": "icutmyhair.space",
"port": "25565",
"component_id": "clxd0cm6545666b6ngrbyi5b4e",
"current_status": "OPERATIONAL"
},
"RLCraft02": {
"hostname": "RLCraft02",
"type": "port",
"server": "icutmyhair.space",
"port": "25566",
"component_id": "clxd0cufl45783b6ngxg9tvyjw",
"current_status": "OPERATIONAL"
}
},
"messageIDs": {
"main": "1250665796489969747",
"detail": "1250665804417204255"
},
"component_statuses": [
"OPERATIONAL",
"UNDERMAINTENANCE",
"DEGRADEDPERFORMANCE",
"PARTIALOUTAGE",
"MAJOROUTAGE"
]
}