Good Day I have something I could use a little help on.
I am using glances and its working fine, however, I want to get the upload (tx) and download (rx) speeds to Mb/s but can’t seem to figure it out.
I tried the following with no luck any suggestions?
resource: http://10.10.10.9:61208/api/3/network
value_template: '{{(value_json[0].rx | multiply (1024)) | round (2) }}'