Skip to content

Commit 8979716

Browse files
author
admin
committed
Generation: 1
1 parent 9e9ae0e commit 8979716

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"apiVersion": "dashboard.grafana.app/v0alpha1",
3+
"kind": "Dashboard",
4+
"metadata": {
5+
"name": "9b99add6-665d-4df3-966e-8727acc8b06f"
6+
},
7+
"spec": {
8+
"annotations": {
9+
"list": [
10+
{
11+
"builtIn": 1,
12+
"datasource": {
13+
"type": "grafana",
14+
"uid": "-- Grafana --"
15+
},
16+
"enable": true,
17+
"hide": true,
18+
"iconColor": "rgba(0, 211, 255, 1)",
19+
"name": "Annotations \u0026 Alerts",
20+
"type": "dashboard"
21+
}
22+
]
23+
},
24+
"editable": true,
25+
"fiscalYearStartMonth": 0,
26+
"graphTooltip": 0,
27+
"links": [],
28+
"panels": [
29+
{
30+
"datasource": {
31+
"type": "opentsdb",
32+
"uid": "beldztiwer4zke"
33+
},
34+
"fieldConfig": {
35+
"defaults": {
36+
"color": {
37+
"mode": "palette-classic"
38+
},
39+
"custom": {
40+
"axisBorderShow": false,
41+
"axisCenteredZero": false,
42+
"axisColorMode": "text",
43+
"axisLabel": "",
44+
"axisPlacement": "auto",
45+
"barAlignment": 0,
46+
"barWidthFactor": 0.6,
47+
"drawStyle": "line",
48+
"fillOpacity": 0,
49+
"gradientMode": "none",
50+
"hideFrom": {
51+
"legend": false,
52+
"tooltip": false,
53+
"viz": false
54+
},
55+
"insertNulls": false,
56+
"lineInterpolation": "linear",
57+
"lineWidth": 1,
58+
"pointSize": 5,
59+
"scaleDistribution": {
60+
"type": "linear"
61+
},
62+
"showPoints": "auto",
63+
"spanNulls": true,
64+
"stacking": {
65+
"group": "A",
66+
"mode": "none"
67+
},
68+
"thresholdsStyle": {
69+
"mode": "off"
70+
}
71+
},
72+
"mappings": [],
73+
"thresholds": {
74+
"mode": "absolute",
75+
"steps": [
76+
{
77+
"color": "green"
78+
},
79+
{
80+
"color": "red",
81+
"value": 80
82+
}
83+
]
84+
}
85+
},
86+
"overrides": []
87+
},
88+
"gridPos": {
89+
"h": 8,
90+
"w": 12,
91+
"x": 0,
92+
"y": 0
93+
},
94+
"id": 1,
95+
"options": {
96+
"legend": {
97+
"calcs": [],
98+
"displayMode": "list",
99+
"placement": "bottom",
100+
"showLegend": true
101+
},
102+
"tooltip": {
103+
"hideZeros": false,
104+
"mode": "single",
105+
"sort": "none"
106+
}
107+
},
108+
"pluginVersion": "12.0.0",
109+
"targets": [
110+
{
111+
"aggregator": "noop",
112+
"alias": "$tag_gpfs_disk_name",
113+
"datasource": {
114+
"type": "opentsdb",
115+
"uid": "beldztiwer4zke"
116+
},
117+
"disableDownsampling": true,
118+
"downsampleAggregator": "noop",
119+
"downsampleFillPolicy": "none",
120+
"filters": [
121+
{
122+
"filter": "localFS",
123+
"groupBy": false,
124+
"tagk": "gpfs_fs_name",
125+
"type": "pm_filter"
126+
}
127+
],
128+
"isCounter": true,
129+
"metric": "gpfs_disk_free_fragkb",
130+
"refId": "A",
131+
"shouldComputeRate": true
132+
}
133+
],
134+
"title": "New panel",
135+
"type": "timeseries"
136+
}
137+
],
138+
"preload": false,
139+
"schemaVersion": 41,
140+
"tags": [],
141+
"templating": {
142+
"list": []
143+
},
144+
"time": {
145+
"from": "now-24h",
146+
"to": "now"
147+
},
148+
"timepicker": {},
149+
"timezone": "browser",
150+
"title": "New dashboard"
151+
},
152+
"status": {}
153+
}

0 commit comments

Comments
 (0)