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