My Zabbix is crazy.
I have this scenario in switch ports:
1) Item for get inbound octets (store value:delta/seg - multiplier:8 - unit: bps)
2) Item for get outbound octets (store value:delta/seg - multiplier:8 - unit: bps)
3) Item for get bandwidth (unit:bps)
4) Trigger: {interface_inoctets.last(0)}>(0.8*{int1_bandwidth. last( 0)}) | {interface_outoctets.last(0)}>(0.8*{int1_bandwidth .last( 0)})
If you look at the values, the trigger is false. But, Zabbix do wrong calcule and shows the trigger is true.
This is random.
Zabbix 1.5.3
Postgres
I have this scenario in switch ports:
1) Item for get inbound octets (store value:delta/seg - multiplier:8 - unit: bps)
2) Item for get outbound octets (store value:delta/seg - multiplier:8 - unit: bps)
3) Item for get bandwidth (unit:bps)
4) Trigger: {interface_inoctets.last(0)}>(0.8*{int1_bandwidth. last( 0)}) | {interface_outoctets.last(0)}>(0.8*{int1_bandwidth .last( 0)})
If you look at the values, the trigger is false. But, Zabbix do wrong calcule and shows the trigger is true.
This is random.
Zabbix 1.5.3
Postgres