mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-25 18:33:37 +01:00
25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"allValue": null,
|
|
"current": {},
|
|
"datasource": "InfluxDB",
|
|
"definition": "SELECT last(\"n_cpus\") FROM \"system\" WHERE \"host\" =~ /^$servername$/",
|
|
"description": null,
|
|
"error": null,
|
|
"hide": 2,
|
|
"includeAll": false,
|
|
"label": "CPU Count",
|
|
"multi": false,
|
|
"name": "cpucount",
|
|
"options": [],
|
|
"query": "SELECT last(\"n_cpus\") FROM \"system\" WHERE \"host\" =~ /^$servername$/",
|
|
"refresh": 1,
|
|
"regex": "",
|
|
"skipUrlSync": false,
|
|
"sort": 0,
|
|
"tagValuesQuery": "",
|
|
"tags": [],
|
|
"tagsQuery": "",
|
|
"type": "query",
|
|
"useTags": false
|
|
}
|