forked from ellermister/ServerStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
53 lines (53 loc) · 1.37 KB
/
config.json
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
{
"servers": [
{
"username": "s01",
"name": "node1",
"type": "xen",
"host": "host1",
"location": "cn",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "s02",
"name": "node2",
"type": "vmware",
"host": "host2",
"location": "jp",
"password": "USER_DEFAULT_PASSWORD"
},
{
"disabled": true,
"username": "s03",
"name": "node3",
"type": "Nothing",
"host": "host3",
"location": "fr",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "s04",
"name": "node4",
"type": "kvm",
"host": "host4",
"location": "kr",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "AS5",
"name": "HKVPS",
"type": "kvm",
"host": "192.168.75.1",
"location": "HongKong",
"password": "9482f3a7e4af545b72b4e497d9d7d4a0"
},
{
"username": "AS6",
"name": "HKVPS3",
"type": "kvm",
"host": "192.168.75.132",
"location": "HongKong",
"password": "1ac65303df7834a6c6ad8fd0d6a11591"
}
]
}