forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
73 lines (73 loc) · 2.22 KB
/
manifest.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
68
69
70
71
72
73
{
"manifest_version": "2.0.0",
"app_uuid": "d87fbcfa-71db-4d62-8264-5d88ba2338ce",
"app_id": "bottomline-recordandreplay",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Monitor your 3270/5250 Mainframe users and resources using network traffic",
"title": "Bottomline's Record and Replay: Mainframe",
"media": [
{
"media_type": "image",
"caption": "Mainframe Record and Replay User Session",
"image_url": "images/mainframe_replay.png"
},
{
"media_type": "image",
"caption": "Mainframe Record and Replay Dashboard",
"image_url": "images/bt_dashboard.png"
},
{
"media_type": "image",
"caption": "Mainframe Record and Replay Overview",
"image_url": "images/bt_replay.png"
},
{
"media_type": "image",
"caption": "Mainframe Record and Replay Architecture",
"image_url": "images/bt_architecture.png"
}
],
"classifier_tags": [
"Category::Mainframe",
"Offering::Integration",
"Supported OS::Linux",
"Supported OS::Windows"
]
},
"author": {
"homepage": "https://www.bottomline.com/",
"name": "Bottomline Technologies",
"support_email": "partner.cfrm@bottomline.com",
"vendor_id": "bottomline",
"sales_email": "partner.cfrm@bottomline.com"
},
"oauth": {},
"assets": {
"integration": {
"source_type_name": "Bottomline Mainframe",
"configuration": {},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "bottomline.mainframe.",
"check": "datadog.marketplace.bottomline.mainframe.activity.usr.id.count",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"dashboards": {
"Bottomline Record and Replay Overview": "assets/dashboards/bottomline_activity_overview.json"
},
"monitors": {
"Mainframe resource taking long time to respond": "assets/monitors/bottomline_mainframe_resource_has_problem.json"
}
}
}