Can somebody helps me? I'm trying to compare values from two different item hosts.
I had create a trigger to compare two different items (strings) from two different hosts.
{Toshiba:hrSystemDate.0.str(0)} # {dev002.atllc.org:hrSystemDate.0.str(0)}
I made some changes in one of the hosts to see if the trigger is working but I got nothing. Am I doing something wrong?
What Im trying to accomplish is compare the system time of two different host, I created an Item with the OID hrSystemDate.0 which type is OctelString, if this item type were TimeTicks then I wouldnt have any problem because I can use the function fuzzytime to compare the time with the Zabbix server and that is, but this is not the case. hrSystemDate.0 type is OctetString and Zabbix accept it only as a TEXT or CHARACTER or LOG.
If anybody have any ideas how can I accomplish this task I'll be forever thankful.
I had create a trigger to compare two different items (strings) from two different hosts.
{Toshiba:hrSystemDate.0.str(0)} # {dev002.atllc.org:hrSystemDate.0.str(0)}
I made some changes in one of the hosts to see if the trigger is working but I got nothing. Am I doing something wrong?

What Im trying to accomplish is compare the system time of two different host, I created an Item with the OID hrSystemDate.0 which type is OctelString, if this item type were TimeTicks then I wouldnt have any problem because I can use the function fuzzytime to compare the time with the Zabbix server and that is, but this is not the case. hrSystemDate.0 type is OctetString and Zabbix accept it only as a TEXT or CHARACTER or LOG.
If anybody have any ideas how can I accomplish this task I'll be forever thankful.