mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
Common Module - Fix Storage Node Dashboard
This commit is contained in:
@@ -1241,7 +1241,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 100"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1372,7 +1372,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 100"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1503,7 +1503,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 100"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -2127,7 +2127,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 100"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -3934,6 +3934,6 @@
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Forward Node - {{ SERVERNAME }} Overview",
|
||||
"uid": "yMeBEqfmz",
|
||||
"uid": "{{ UID }}",
|
||||
"version": 25
|
||||
}
|
||||
@@ -321,7 +321,7 @@ dashboard-{{ SN }}:
|
||||
- user: 939
|
||||
- group: 939
|
||||
- template: jinja
|
||||
- source: salt://common/grafana/grafana_dashboards/sensor.json
|
||||
- source: salt://common/grafana/grafana_dashboards/storage_nodes/storage.json
|
||||
- defaults:
|
||||
SERVERNAME: {{ SN }}
|
||||
MANINT: {{ SNDATA.manint }}
|
||||
|
||||
Reference in New Issue
Block a user