mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-23 16:33:29 +01:00
yamlize the gridpos for panels
This commit is contained in:
@@ -34,8 +34,18 @@ grafana:
|
||||
- monint
|
||||
- cpucount
|
||||
panels:
|
||||
cpu_docker_combined_current: {}
|
||||
cpu_docker_combined_trend: {}
|
||||
cpu_docker_combined_current:
|
||||
gridPos:
|
||||
x: 0
|
||||
y: 0
|
||||
h: 10
|
||||
w: 24
|
||||
cpu_docker_combined_trend:
|
||||
gridPos:
|
||||
x: 0
|
||||
y: 10
|
||||
h: 10
|
||||
w: 24
|
||||
memory_used_docker_combined_current: {}
|
||||
memory_used_docker_combined_trend: {}
|
||||
# cpu_usage_idle:
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"type": "graph",
|
||||
"title": "Container CPU Usage Current",
|
||||
"gridPos": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 24,
|
||||
"h": 10
|
||||
"x": {{ PANELS.cpu_docker_combined_current.gridPos.x }},
|
||||
"y": {{ PANELS.cpu_docker_combined_current.gridPos.y }},
|
||||
"w": {{ PANELS.cpu_docker_combined_current.gridPos.w }},
|
||||
"h": {{ PANELS.cpu_docker_combined_current.gridPos.h }}
|
||||
},
|
||||
"id": 4,
|
||||
"targets": [
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"type": "graph",
|
||||
"title": "Container CPU Usage Trend",
|
||||
"gridPos": {
|
||||
"x": 0,
|
||||
"y": 10,
|
||||
"w": 24,
|
||||
"h": 10
|
||||
"x": {{ PANELS.cpu_docker_combined_trend.gridPos.x }},
|
||||
"y": {{ PANELS.cpu_docker_combined_trend.gridPos.y }},
|
||||
"w": {{ PANELS.cpu_docker_combined_trend.gridPos.w }},
|
||||
"h": {{ PANELS.cpu_docker_combined_trend.gridPos.h }}
|
||||
},
|
||||
"id": 6,
|
||||
"targets": [
|
||||
|
||||
Reference in New Issue
Block a user