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