mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 14:37:49 +02:00
Grafana - Fix CPU calculation
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -367,7 +367,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -498,7 +498,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user