forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.15 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
{
"manifest_version": "2.0.0",
"app_uuid": "b37533b0-6f0e-4259-9971-083f08086fac",
"app_id": "bind9",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "A datadog integration to collect bind9 server metrics",
"title": "bind9",
"media": [],
"classifier_tags": [
"Supported OS::Linux",
"Supported OS::Windows",
"Category::Network",
"Supported OS::macOS"
]
},
"author": {
"support_email": "ashuvyas45@gmail.com",
"homepage": "https://github.com/DataDog/integrations-extras",
"sales_email": "ashuvyas45@gmail.com",
"name": "Community"
},
"oauth": {},
"assets": {
"integration": {
"source_type_name": "BIND 9",
"configuration": {},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "bind9.",
"check": "bind9.nsstat_AuthQryRej",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
}
}