This commit is contained in:
m0duspwnens
2021-07-09 16:33:09 -04:00
parent 0fedb0f2c5
commit 9572c1f663

View File

@@ -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%",