Ad Widget

Collapse

Zabbix Graph Units not Updating

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    #1

    Zabbix Graph Units not Updating

    Hello,

    I'm trying to update a Unit for an Item Prototype, that belongs to the Discovery rule Network Bytes (net.if.discovery). I have three Item prototypes associated with this discovery item: Network Total Bytes, Network Input Bytes, and Network Output Bytes. These three Item prototypes are used to form a graph prototype.

    Everything seems to be working as expected, however, the units defined in the individual Item Prototypes are incorrectly displayed on the Graph. While experimenting, I started with G, then M, then bps, and finally kbps. Each time I make a change, the graph Y & X axis show the defined unit with the preding 'G.'

    For example, I currently have Kbps defined as the unit for all three Item Prototypes, however the graph shows GKbps. This results in a funny looking graph, showing almost no variation in traffic. I'm sure I misconfigured something; would anybody be able to point me in the right direction?


    It's in the Database without the G. Is there a graph configuration I'm missing?

    *************************** 1. row ***************************
    name: Network Input Bytes
    key_: net.if.in[{#IFNAME}]
    units: kbps
    *************************** 2. row ***************************
    name: Network Input Bytes
    key_: net.if.in[{#IFNAME}]
    units: kbps
    *************************** 3. row ***************************
    name: Network Input Bytes
    key_: net.if.in[{#IFNAME}]
    units: kbps
    *************************** 4. row ***************************
    name: Network Input Bytes
    key_: net.if.in[{#IFNAME}]
    units: kbps
    Last edited by Guest; 26-06-2018, 21:43.
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Hi,

    By default, if the raw value exceeds 1000, it is divided by 1000 and displayed accordingly. For example, if you set bps and receive a value of 881764, it will be displayed as 881.76 Kbps.

    Comment

    Working...