grafana-zabbix icon indicating copy to clipboard operation
grafana-zabbix copied to clipboard

Adding two or more items to a graph, all gets the same unit from the last added item.

Open tjswe opened this issue 3 years ago • 2 comments

Describe the bug If you add multiple items to a graph, all items gets the unit from the last added item.

(Im a basic user but im pretty sure this has worked before)

Example: Monitoring a UPS Adding "Battery temperature" to a new graph, the data is i C (Celcius) Adding another item, "Battery Voltage", both items are now i V (Volt) Overriding unit in Grafana does not work.

Expected behavior Adding "Battery temperature" to a new graph, the data is i C (Celcius) Adding another item, "Battery Voltage", each item retain their unit, C (Celcius) and V (Volt)

Screenshots

At the bottom

Network data (I can not see where the unit is declared, perhaps not in this query?)

POST /api/datasources/35/resources/zabbix-api HTTP/1.1 Host: stats.server.com Connection: keep-alive Content-Length: 189 sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="90", "Google Chrome";v="90" accept: application/json, text/plain, / x-grafana-org-id: 3 sec-ch-ua-mobile: ?0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 content-type: application/json Origin: https://stats.server.com Sec-Fetch-Site: same-origin Sec-Fetch-Mode: cors Sec-Fetch-Dest: empty Referer: https://stats.server.com/dashboard/new?editPanel=2&orgId=3 Accept-Encoding: gzip, deflate, br Accept-Language: en-US,en;q=0.9,sv;q=0.8 Cookie: grafana_session=6c79ce90d4042d0182e223f2da3edc0e

HTTP/1.1 200 OK cache-control: no-cache content-type: application/json expires: -1 pragma: no-cache x-content-type-options: nosniff x-frame-options: deny x-xss-protection: 1; mode=block date: Sat, 08 May 2021 20:42:16 GMT transfer-encoding: chunked

{"result":[{"clock":"1620484964","itemid":"33464","ns":"77018445","value":"50"},{"clock":"1620484994","itemid":"33464","ns":"330128752","value":"50"},{"clock":"1620485024","itemid":"33464","ns":"486164079","value":"50"},{"clock":"1620485054","itemid":"33464","ns":"758879004","value":"50"},{"clock":"1620485084","itemid":"33464","ns":"964715919","value":"50"},{"clock":"1620485114","itemid":"33464","ns":"585943225","value":"50"},{"clock":"1620485145","itemid":"33464","ns":"15945257","value":"50"},{"clock":"1620485174","itemid":"33464","ns":"540347980","value":"50"},{"clock":"1620485204","itemid":"33464","ns":"283388171","value":"50"},{"clock":"1620485234","itemid":"33464","ns":"624407537","value":"50"},{"clock":"1620485264","itemid":"33464","ns":"785515720","value":"50"},{"clock":"1620485294","itemid":"33464","ns":"511702935","value":"50"},{"clock":"1620485324","itemid":"33464","ns":"115951220","value":"50"},{"clock":"1620485354","itemid":"33464","ns":"587922299","value":"50"},{"clock":"1620485384","itemid":"33464","ns":"172597487","value":"50"},{"clock":"1620485414","itemid":"33464","ns":"540922144","value":"50"},{"clock":"1620485444","itemid":"33464","ns":"790158535","value":"50"},{"clock":"1620485474","itemid":"33464","ns":"684019936","value":"50"},{"clock":"1620485504","itemid":"33464","ns":"314368300","value":"50"},{"clock":"1620485534","itemid":"33464","ns":"70784801","value":"50"},{"clock":"1620485564","itemid":"33464","ns":"241373751","value":"50"},{"clock":"1620485594","itemid":"33464","ns":"485071436","value":"50"},{"clock":"1620485624","itemid":"33464","ns":"647839727","value":"50"},{"clock":"1620485654","itemid":"33464","ns":"857567523","value":"50"},{"clock":"1620485684","itemid":"33464","ns":"114392991","value":"50"},{"clock":"1620485714","itemid":"33464","ns":"223387595","value":"50"},{"clock":"1620485744","itemid":"33464","ns":"417438767","value":"50"},{"clock":"1620485774","itemid":"33464","ns":"709860281","value":"50"},{"clock":"1620485804","itemid":"33464","ns":"906633582","value":"50"},{"clock":"1620485834","itemid":"33464","ns":"755972239","value":"50"},{"clock":"1620485864","itemid":"33464","ns":"73118023","value":"50"},{"clock":"1620485894","itemid":"33464","ns":"868925079","value":"50"},

Software versions

Grafana Zabbix Grafana-Zabbix Plugin
7.5.5 5.2.3 4.1.4

zabbix1

zabbix2

tjswe avatar May 08 '21 21:05 tjswe