forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
49 lines (49 loc) · 1.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
{
"manifest_version": "2.0.0",
"app_uuid": "cdb258cc-5e74-4fa2-be21-1489375bb370",
"app_id": "alertnow",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Sync Datadog alerts with those in AlertNow",
"title": "AlertNow",
"media": [],
"classifier_tags": [
"Category::Alerting",
"Category::Automation",
"Category::Collaboration",
"Category::Incidents",
"Category::Mobile",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS"
]
},
"author": {
"name": "AlertNow",
"homepage": "https://service.opsnow.com",
"sales_email": "sales@opsnow.com",
"support_email": "support@opsnow.com"
},
"oauth": {},
"assets": {
"integration": {
"source_type_name": "AlertNow",
"configuration": {},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "alertnow.",
"check": [],
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
}
}