forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
36 lines (36 loc) · 899 Bytes
/
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
{
"display_name": "IBM Db2",
"maintainer": "[email protected]",
"integration_id": "ibm-db2",
"name": "ibm_db2",
"metric_prefix": "ibm_db2.",
"metric_to_check": "ibm_db2.connection.active",
"creates_events": true,
"short_description": "Monitor table space, buffer pool, and other metrics from your IBM Db2 database.",
"manifest_version": "1.0.0",
"guid": "67378f79-e72b-4f49-8ec2-57053706523d",
"support": "core",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"public_title": "Datadog-IBM Db2 Integration",
"categories": [
"data store",
"log collection",
"autodiscovery"
],
"type": "check",
"is_public": true,
"assets": {
"monitors": {},
"dashboards": {
"IBM Db2 Overview": "assets/dashboards/overview.json"
},
"service_checks": "assets/service_checks.json",
"logs": {
"source": "ibm_db2"
}
}
}