Hi guys,
Im attempting to create a trigger that alerts if two items do not contain the same value.
This seems to be very simple if the items are Integers and impossible if the items are Text, am just hoping if anyone can shed some light on the matter.
I attempted to follow the information provided under https://www.zabbix.com/forum/zabbix-...cond-missmatch
But that didn't work.
And if i write the Trigger like this
I just get evaluation errors as the Strings arent Numbers.
Im attempting to create a trigger that alerts if two items do not contain the same value.
This seems to be very simple if the items are Integers and impossible if the items are Text, am just hoping if anyone can shed some light on the matter.
I attempted to follow the information provided under https://www.zabbix.com/forum/zabbix-...cond-missmatch
But that didn't work.
And if i write the Trigger like this
Code:
{Template - Debug:debug.debug_charlie.last()} = {Template - Debug:debug.debug_delta.last()} = 0
Cannot evaluate expression: expected numeric token at "Va) = (Va) = 0"
last tiem I had to do it via ext bash script - version 4.0.x didnt have the java script capability
Comment