Hi team,
I have a few questions - 1) If Zabbix receive SNMP Counter64 value and store it with Custom multiplier=8 like Numeric(integer 64bit) as is Item, would we have Integer64 item overflow or error in processing?
2) Or If Zabbix receive SNMP Counter64 value and store it with Custom multiplier=8 like Numeric(float) Delta (speed per second) Item, would we have such errors too?
3) If SNMP Counter64 is reseted (new value is much less than prewious) - How will be processed Delta (speed per second) Item value? It'll be negative or zero, or we would have incorrectly computed delta?
Case Explanation:
I request SNMP Counter64 value of the switch port In/OutOctets, and want to store it like In/OutBits(In/OutOctets*8) or like Bits Per Second (In/OutOctets*8 Delta) value with Numeric (float) type of info.
My SNMP-based switch port speed monitoring:
1. Agent request IF-MIB::ifHCInOctets for each port
2. Zabbix multiply InOctets value by 8, so we have InBits value.
3. Result stored as Delta (speed per second).
My item example:
SNMP OID: IF-MIB::ifHCInOctets
Type of Info: Numeric (float)
Units: bps
Custom multiplier: 8
Store Value: Delta (speed per second)
I don't find any info about Zabbix 64bit values overflow handling or delta (speed per second) values processing, and I hope You can help me!
I know magic word - "Pleeasee"
With thanks, Zabbix user
I have a few questions - 1) If Zabbix receive SNMP Counter64 value and store it with Custom multiplier=8 like Numeric(integer 64bit) as is Item, would we have Integer64 item overflow or error in processing?
2) Or If Zabbix receive SNMP Counter64 value and store it with Custom multiplier=8 like Numeric(float) Delta (speed per second) Item, would we have such errors too?
3) If SNMP Counter64 is reseted (new value is much less than prewious) - How will be processed Delta (speed per second) Item value? It'll be negative or zero, or we would have incorrectly computed delta?
Case Explanation:
I request SNMP Counter64 value of the switch port In/OutOctets, and want to store it like In/OutBits(In/OutOctets*8) or like Bits Per Second (In/OutOctets*8 Delta) value with Numeric (float) type of info.
My SNMP-based switch port speed monitoring:
1. Agent request IF-MIB::ifHCInOctets for each port
2. Zabbix multiply InOctets value by 8, so we have InBits value.
3. Result stored as Delta (speed per second).
My item example:
SNMP OID: IF-MIB::ifHCInOctets
Type of Info: Numeric (float)
Units: bps
Custom multiplier: 8
Store Value: Delta (speed per second)
I don't find any info about Zabbix 64bit values overflow handling or delta (speed per second) values processing, and I hope You can help me!
I know magic word - "Pleeasee"

With thanks, Zabbix user
Comment