I'd like to create a trigger (in Zabbix 1.6.1) that compares a "sacred machine"'s localtime to another monitored machine's localtime. If I create a trigger like:
({T_Linux_time:system.localtime.last(0)}-{Timehost:system.localtime.last(0)})>3600
in template...