Ad Widget

Collapse

Incomprehensible triggering

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kohb
    Junior Member
    • Apr 2018
    • 5

    #1

    Incomprehensible triggering

    There are hosts that are automatically added to Zabbix and a trigger that uses Items from the scripts that are on these hosts.
    There is a trigger:
    Code:
    {t2Credits:aws.t2[CPUCreditBalance].nodata(60m)}=0 and {t2Credits:aws.t2[CPUCreditBalance].min(5m)}<20
    as I understand it should work when we have data for 60min and Item t2.CPUCreditBalance <20 last 5 minutes.
    But in fact, this trigger is triggered as soon as the host and the data for this host appears in Zabbix.
    I somehow misunderstand the expression for the trigger?
    Or maybe the trigger needs to be different?
Working...