PDA

View Full Version : subtract items values in graph


jsimoes
29-01-2007, 18:47
Dear friends,

I am trying to show in a graph the instantaneous bandwith of a Patton gateway, using SNMP. With SNMP, I can get the accumulated value of the bandwith used (that is the only MIB available at this moment). So, the only way I see is to subtract the value with the previous value. and then divide it with the time period between the SNMP commands.

Is this possible to get? Either in items or in graphs?

Thanks in advance,

Jose Simoes

Alexei
29-01-2007, 19:12
In item definition, select "Delta (speed per second)". Make sure that item value type is set to Float. ZABBIX will automatically calculate Bps.

jsimoes
31-01-2007, 11:39
It worked. thanks

Jose Simoes