Ad Widget

Collapse

HELP with calculation of trigger and Zabbix crazy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cristhiano
    Member
    • Nov 2007
    • 48

    #1

    HELP with calculation of trigger and Zabbix crazy

    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
Working...