This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.63 KB
/
package.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"id" : "netuitive.packages.azure.vm",
"version" : "2.1.1",
"manifest" : {
"name" : "Netuitive Packages Azure VM",
"description" : "A set of Netuitive analytics configurations, polices, dashboards, and reports that are used to monitor performance of Azure Virtual Machine resources.",
"author" : {
"name" : "Netuitive Research",
"email" : "[email protected]"
},
"distro" : {
"logo" : "http://assets.app.netuitive.com/pkg/logo/netuitive/banner_logo.png",
"download" : "https://github.com/netuitive-community-packages/netuitive-packages-azure-vm/archive/master.zip"
},
"compatibility" : [ "AZURE:VirtualMachine", "AZURE:VirtualMachine(Classic)" ],
"tags" : [ ],
"checksum" : null
},
"policies" : [ {
"data" : {
"file" : "policies/azure.vm.-.cpu.threshold.exceeded.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/azure.vm.-.elevated.cpu.activity.(normal.network.activity).json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/azure.vm.-.elevated.disk.activity.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/azure.vm.-.elevated.memory.utilization.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/azure.vm.-.elevated.network.activity.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/azure.vm.-.heavy.disk.load.json",
"encoding" : "application/json",
"content" : null
}
} ],
"analyticConfigurations" : [ {
"data" : {
"file" : "analyticConfigurations/ace-azure.vm.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "analyticConfigurations/metric_meta-azure.vm.json",
"encoding" : "application/json",
"content" : null
}
} ],
"dashboards" : [ {
"data" : {
"file" : "dashboards/azure.vm.summary.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "dashboards/azure.vm.element.detail.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "dashboards/azure.vm.classic.element.detail.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "dashboards/azure.vm.classic.summary.json",
"encoding" : "application/json",
"content" : null
}
} ]
}