Files
securityonion/salt/grafana/templates/cpucount.json
2021-11-02 08:41:57 -04:00

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
}