-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.15 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.15 KB
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
{
"id" : "netuitive.packages.aws.ec2",
"version" : "2.2.0",
"manifest" : {
"name" : "Netuitive Packages AWS EC2",
"description" : "A set of Netuitive analytics configurations, polices, dashboards, and reports that are used to monitor performance of AWS Elastic Compute Cloud (EC2) resources.",
"author" : {
"name" : "Netuitive Research",
"email" : "research@netuitive.com"
},
"distro" : {
"logo" : "http://assets.app.netuitive.com/pkg/logo/netuitive/banner_logo.png",
"download" : "https://github.com/netuitive-community-packages/netuitive-packages-aws-ec2/archive/master.zip"
},
"compatibility" : [ "AWS:EC2" ],
"tags" : [ ],
"checksum" : null
},
"policies" : [ {
"data" : {
"file" : "policies/aws.ec2.-.elevated.cpu.activity.(normal.network.activity).json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/aws.ec2.-.elevated.ephemeral.disk.activity.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/aws.ec2.-.elevated.network.activity.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/aws.ec2.-.cpu.threshold.exceeded.json",
"encoding" : "application/json",
"content" : null
}
} ],
"analyticConfigurations" : [ {
"data" : {
"file" : "analyticConfigurations/ace-aws.ec2.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "analyticConfigurations/computed_metric-aws.ec2.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "analyticConfigurations/metric_meta-aws.ec2.json",
"encoding" : "application/json",
"content" : null
}
} ],
"dashboards" : [ {
"data" : {
"file" : "dashboards/aws.ec2.summary.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "dashboards/aws.ec2.element.detail.json",
"encoding" : "application/json",
"content" : null
}
} ]
}