forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
78 lines (78 loc) · 2.5 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
74
75
76
77
78
{
"manifest_version": "2.0.0",
"app_uuid": "000307b4-8304-424a-8378-daf9a41b4d93",
"app_id": "emnify",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Monitors and dashboard for EMnify data usage metrics",
"title": "EMnify",
"media": [
{
"media_type": "image",
"caption": "All-in-one dashboard enables you to observe organization consumption and analyze usage patterns of your devices inventory.",
"image_url": "images/data_usage_dashboard.png"
},
{
"media_type": "image",
"caption": "Monitor when data exchange has stopped unexpectedly for a device.",
"image_url": "images/datastop_monitor.png"
},
{
"media_type": "image",
"caption": "Forecast and notify when data consumption would have gone above expected.",
"image_url": "images/above_forecast_monitor.png"
},
{
"media_type": "image",
"caption": "Be notified when data receiving for a device is higher than usual.",
"image_url": "images/high_data_monitor.png"
},
{
"media_type": "image",
"caption": "Be notified when a device has data transmission higher than usual.",
"image_url": "images/high_transmission_monitor.png"
}
],
"classifier_tags": [
"Category::IOT",
"Category::Metrics"
]
},
"author": {
"support_email": "mail@emnify.com",
"homepage": "https://emnify.com",
"sales_email": "sales@emnify.com",
"name": "EMnify"
},
"oauth": {},
"assets": {
"integration": {
"source_type_name": "EMnify",
"configuration": {},
"service_checks": {
"metadata_path": "assets/service_checks.json"
},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "emnify.",
"check": "emnify.endpoint.volume",
"metadata_path": "metadata.csv"
}
},
"dashboards": {
"EMnify Dashboard": "assets/dashboards/emnify_dashboard.json"
},
"monitors": {
"Daily Traffic Forecast": "assets/monitors/emnify_data_usage_forecast.json",
"High Incoming Traffic": "assets/monitors/emnify_data_usage_high_rx.json",
"High Outgoing Traffic": "assets/monitors/emnify_data_usage_high_tx.json",
"Traffic Transmition Stopped": "assets/monitors/emnify_data_usage_host_stopped.json"
}
}
}