servers.sample.json 460 Bytes
Newer Older
zk's avatar
zk committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "id": "sample-8-card",
    "name": "通信中兴测试机 A",
    "host": "10.0.0.12",
    "port": 22,
    "user": "root",
    "command": "hy-smi",
    "group": "通信中兴组",
    "tags": ["8卡", "公共池"]
  },
  {
    "id": "sample-4-card",
    "name": "政府联想回归机 B",
    "host": "10.0.0.23",
    "port": 22,
    "user": "root",
    "command": "hy-smi",
    "group": "政府联想组",
    "tags": ["4卡", "夜间回归"]
  }
]