mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 09:23:13 +01:00
fix var
This commit is contained in:
@@ -92,13 +92,13 @@
|
||||
{
|
||||
"key": "host",
|
||||
"operator": "=~",
|
||||
"value": "/^$server$/"
|
||||
"value": "/^$servername$/"
|
||||
}
|
||||
],
|
||||
"orderByTime": "ASC"
|
||||
}
|
||||
],
|
||||
"thresholds": "'$cpucount'/2,'$cpucount'/1.5,'$cpucount'",
|
||||
"thresholds": "$cpucount/2, $cpucount/1.5, $cpucount",
|
||||
"title": "5 Minute Load Average",
|
||||
"type": "singlestat",
|
||||
"valueFontSize": "80%",
|
||||
|
||||
Reference in New Issue
Block a user