mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
fix docker_container_cpu calculations for grafana
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"{{ CPUS }}"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -436,7 +436,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"{{ CPUS }}"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1048,7 +1048,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"{{ CPUS }}"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1190,7 +1190,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"{{ CPUS }}"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
@@ -1327,7 +1327,7 @@
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"/16"
|
||||
" / {{ CPUS }}"
|
||||
],
|
||||
"type": "math"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user