-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.31 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
{
"id" : "netuitive.packages.apache.httpd",
"version" : "1.0.0",
"manifest" : {
"name" : "Netuitive Packages Apache HTTPD",
"description" : "A set of Netuitive analytics configurations, polices, dashboards, and reports that are used to monitor performance of the elements collected from the HTTPD collector in the Netuitive Agent.",
"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-apache-httpd/archive/master.zip"
},
"compatibility" : [ "INFRASTRUCTURE:Httpd" ],
"tags" : [ ],
"checksum" : null
},
"policies" : [ {
"data" : {
"file" : "policies/linux.apache.httpd.-.depressed.traffic.volume.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/linux.apache.httpd.-.elevated.traffic.volume.json",
"encoding" : "application/json",
"content" : null
}
} ],
"analyticConfigurations" : [ {
"data" : {
"file" : "analyticConfigurations/metric_meta-apache.httpd.json",
"encoding" : "application/json",
"content" : null
}
} ],
"dashboards" : [ ]
}