-
Notifications
You must be signed in to change notification settings - Fork 5
/
zbx2git.json
67 lines (67 loc) · 1.42 KB
/
zbx2git.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"export_cfg": [
{
"type": "hosts",
"method": "host.get",
"output": [ "hostid", "name" ],
"sortorder": "hostid",
"id": "hostid"
},
{
"type": "groups",
"method": "hostgroup.get",
"output": [ "groupid", "name" ],
"sortorder": "groupid",
"id": "groupid"
},
{
"type": "valueMaps",
"method": "valuemap.get",
"output": [ "valuemapid", "name" ],
"sortorder": "valuemapid",
"id": "valuemapid"
},
{
"type": "templates",
"method": "template.get",
"output": [ "templateid", "name" ],
"sortorder": "templateid",
"id": "templateid"
},
{
"type": "images",
"method": "image.get",
"output": [ "imageid", "name" ],
"sortorder": "imageid",
"id": "imageid"
},
{
"type": "maps",
"method": "map.get",
"output": [ "sysmapid", "name" ],
"sortorder": "sysmapid",
"id": "sysmapid"
},
{
"type": "screens",
"method": "screen.get",
"output": [ "screenid", "name" ],
"sortorder": "screenid",
"id": "screenid"
}
],
"zabbix_cfg": [
{
"inst": "ZBX-LAB1",
"url": "http://localhost/api_jsonrpc.php",
"user": "Admin",
"password": "zabbix"
},
{
"inst": "ZBX-LAB2",
"url": "http://localhost/api_jsonrpc.php",
"user": "Admin",
"password": "zabbix"
}
]
}