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 "T_Linux_time", Zabbix complains that I can't mix template hosts (I think it means templates *and* hosts).
I just want to make sure none of the monitored machines drift too far.... I can't rely on having ntp running on them all, because they're not all physical machines (ntp does not play well on Xen or VMware virtual machines).
Any ideas?
({T_Linux_time:system.localtime.last(0)}-{Timehost:system.localtime.last(0)})>3600
in template "T_Linux_time", Zabbix complains that I can't mix template hosts (I think it means templates *and* hosts).
I just want to make sure none of the monitored machines drift too far.... I can't rely on having ntp running on them all, because they're not all physical machines (ntp does not play well on Xen or VMware virtual machines).
Any ideas?
Comment