forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
46 lines (46 loc) · 1.18 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
46
{
"display_name": "GlusterFS",
"maintainer": "[email protected]",
"manifest_version": "1.0.0",
"name": "GlusterFS",
"metric_prefix": "glusterfs.",
"metric_to_check": "glusterfs.cluster.nodes.count",
"creates_events": false,
"short_description": "Monitor GlusterFS cluster node, volume, and brick status metrics.",
"guid": "1cb9a21c-8cc4-4727-a4b1-ab7015c7ae24",
"support": "core",
"supported_os": [
"linux"
],
"public_title": "Red Hat Gluster Storage",
"process_signatures": [
"glusterd",
"gluster"
],
"categories": [
"data store",
"log collection"
],
"type": "check",
"is_public": true,
"integration_id": "glusterfs",
"assets": {
"configuration": {
"spec": "assets/configuration/spec.yaml"
},
"dashboards": {
"Red Hat Gluster Storage": "assets/dashboards/red_hat_gluster_storage.json"
},
"monitors": {
"brick status": "assets/monitors/brick_status.json"
},
"saved_views": {
"glusterfs_processes": "assets/saved_views/glusterfs_processes.json"
},
"service_checks": "assets/service_checks.json",
"logs": {
"source": "glusterfs"
},
"metrics_metadata": "metadata.csv"
}
}