Ad Widget

Collapse

Using the change function in trigger - V1.1.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • entorno
    Junior Member
    • Dec 2006
    • 21

    #1

    Using the change function in trigger - V1.1.4

    Hi guys,

    We're trying to create the following trigger, which uses the change functinon, but it says our syntax is correct. We can not see where the mistake is... could any help please?

    ({Linux_Simple:http,2082.change}=-1)&({Linux_Simple:http,2082.prev(0)}#1)

    We want to see if the difference between the previous and current values = -1, and also that the previous value != 1.... if so, trigger.

    Many thanks.



    Entorno Digital
  • James Wells
    Senior Member
    • Jun 2005
    • 664

    #2
    Greetings,
    Originally posted by entorno
    We can not see where the mistake is... could any help please?
    I think what you want is something more like;
    Code:
    ({Linux_Simple:http,2082.change(0)}=-1)&({Linux_Simple:http,2082.prev(0)}#1)
    Unofficial Zabbix Developer

    Comment

    Working...