Ad Widget

Collapse

Ping Trigger Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jordan
    Junior Member
    • Jan 2014
    • 2

    #1

    Ping Trigger Help

    Hi,

    I'm trying to configure a trigger for a ping check. Here's my item key:

    icmpping[10.30.0.254,2,20,1400,50].

    When I try to configure a trigger, here's what it automatically generates:

    {Core:icmpping[10.30.0.254,2,20,1400,50].last()}=0

    But, when I pull up the expression constructor and click test, I get the following error message:

    Incorrect value "" for "{Core:icmpping[10.30.0.254,2,20,1400,50].last()}" field.

    The "" makes me think I am missing a value somewhere. last() is supposed to recall the very last value. I'm looking for it to trigger when the last value is 0 (not pinging.)

    I am using Zabbix 2.2.1 w/ CentOS.

    What am I doing wrong? Thanks for all your help!!

    Jordan
  • tsalle
    Member
    Zabbix Certified Specialist
    • Oct 2012
    • 79

    #2
    Hi,
    Have you set value for testing ?
    The error looks like you don't have set 1 or 0 value for {Core:icmpping[10.30.0.254,2,20,1400,50].last()} variable in the test data form.

    Comment

    • Jordan
      Junior Member
      • Jan 2014
      • 2

      #3
      Bingo. Thanks tsalle. That seems pretty obvious but it looked like a static field when I glanced at the expression constructor. Thanks again.

      Jordan

      Comment

      Working...