mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
add row panels
This commit is contained in:
@@ -34,34 +34,47 @@ grafana:
|
|||||||
- monint
|
- monint
|
||||||
- cpucount
|
- cpucount
|
||||||
panels:
|
panels:
|
||||||
row_docker_details:
|
row_overview:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
h: 1
|
h: 1
|
||||||
w: 24
|
w: 24
|
||||||
cpu_docker_combined_current:
|
system_uptime:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
y: 1
|
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
|
h: 10
|
||||||
w: 24
|
w: 24
|
||||||
cpu_docker_combined_trend:
|
cpu_docker_combined_trend:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
y: 11
|
y: 16
|
||||||
h: 10
|
h: 10
|
||||||
w: 24
|
w: 24
|
||||||
memory_used_docker_combined_current:
|
memory_used_docker_combined_current:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
y: 21
|
y: 26
|
||||||
h: 10
|
h: 10
|
||||||
w: 24
|
w: 24
|
||||||
memory_used_docker_combined_trend:
|
memory_used_docker_combined_trend:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
y: 31
|
y: 36
|
||||||
h: 10
|
h: 10
|
||||||
w: 24
|
w: 24
|
||||||
# cpu_usage_idle:
|
# cpu_usage_idle:
|
||||||
|
|||||||
15
salt/grafana/panels/row_overview.json.jinja
Normal file
15
salt/grafana/panels/row_overview.json.jinja
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user