add row panels

This commit is contained in:
m0duspwnens
2021-07-09 15:43:51 -04:00
parent efaf53f2f7
commit d3137dc6b9
2 changed files with 33 additions and 5 deletions

View File

@@ -34,34 +34,47 @@ grafana:
- monint
- cpucount
panels:
row_docker_details:
row_overview:
gridPos:
x: 0
y: 0
h: 1
w: 24
cpu_docker_combined_current:
system_uptime:
gridPos:
x: 0
y: 1
h: 4
w: 4
row_docker_details:
gridPos:
x: 0
y: 5
h: 1
w: 24
cpu_docker_combined_current:
gridPos:
x: 0
y: 6
h: 10
w: 24
cpu_docker_combined_trend:
gridPos:
x: 0
y: 11
y: 16
h: 10
w: 24
memory_used_docker_combined_current:
gridPos:
x: 0
y: 21
y: 26
h: 10
w: 24
memory_used_docker_combined_trend:
gridPos:
x: 0
y: 31
y: 36
h: 10
w: 24
# cpu_usage_idle:

View File

@@ -0,0 +1,15 @@
{
"collapsed": false,
"datasource": null,
"gridPos": {
"x": {{ PANELS.overview.gridPos.x }},
"y": {{ PANELS.overview.gridPos.y }},
"w": {{ PANELS.overview.gridPos.w }},
"h": {{ PANELS.overview.gridPos.h }}
},
"id": 1,
"panels": [],
"repeat": null,
"title": "Overview",
"type": "row"
}