Closed g-sezen closed 1 year ago
Hi, How can I add temperature data on keenetic to grafana.
metrics.json
{ "command": "interface", "root": "$", "param" : { "name" : "WifiMaster0" }, "tags": {}, "values" : { "temperature": "$.temperature" } },
After adding this code I was able to run it.
Added in 2.0.2
Hi, How can I add temperature data on keenetic to grafana.