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
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
Comment