mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 06:57:50 +02:00
Grafana - Fix CPU calculation
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -497,7 +497,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1118,7 +1118,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1249,7 +1249,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1380,7 +1380,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
" / 4"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user