Hi,
i send some text to the zabbix server with zabbix_sender. The text arrives, i see it in the "latest data".
Now i want a trigger that reacts when a text item arrives but it doesn't work.
{Template_Solaris_HVB:ELOG.last(0)}#0
The item key name is ELOG. If i send something to zabbix i get no event !
I tried count and regexp without luck. The strange thing is that str() claims it only works for char and log but not for strings ?
Function (str) available only for items with value types [Character,Log]
Any workaround available ?
i send some text to the zabbix server with zabbix_sender. The text arrives, i see it in the "latest data".
Now i want a trigger that reacts when a text item arrives but it doesn't work.
{Template_Solaris_HVB:ELOG.last(0)}#0
The item key name is ELOG. If i send something to zabbix i get no event !
I tried count and regexp without luck. The strange thing is that str() claims it only works for char and log but not for strings ?
Function (str) available only for items with value types [Character,Log]
Any workaround available ?
Comment