forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
34 lines (34 loc) · 866 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
{
"categories": [
"configuration & deployment",
"containers",
"log collection",
"autodiscovery"
],
"creates_events": false,
"display_name": "Marathon",
"guid": "6af353ff-ecca-420a-82c0-a0e84cf0a35e",
"is_public": true,
"maintainer": "[email protected]",
"manifest_version": "1.0.0",
"metric_prefix": "marathon.",
"metric_to_check": "marathon.apps",
"name": "marathon",
"process_signatures": [
"start --master mesos marathon"
],
"public_title": "Datadog-Marathon Integration",
"short_description": "Track application metrics: required memory and disk, instance count, and more.",
"support": "core",
"supported_os": [
"linux",
"mac_os"
],
"type": "check",
"integration_id": "marathon",
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "assets/service_checks.json"
}
}