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