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
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
Comment