Ad Widget

Collapse

Monitor NTPD sync on Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabmon83
    Junior Member
    • Jun 2016
    • 5

    #1

    Monitor NTPD sync on Windows

    I have been unsuccessful creating a trigger in Zabbix to use "fuzzytime" to calculate the system time different between Zabbix and the Windows server. Since the Windows server isn't using w32tm, I am not sure how else to accomplish this.

    Item type: Zabbix agent
    Key: system.localtime[fuzzytime]

    I have tried specifying the trigger as
    {Template Windows:system.localtime.fuzzytime(600)}=0
    and
    {Template Windows:system.localtime[fuzzytime(600)]}=0

    But both fail to add, stating "Incorrect trigger expression"

    Any thoughts on how to get this working, or a better way to accomplish this?
  • rmosemann
    Junior Member
    • Mar 2017
    • 1

    #2
    I just discovered this, myself. For some reason, the key does not exist for the Windows template. You have to create an item under the Windows template for system.localtime, and then you can configure the trigger. Make the item exactly the same as the item (Host local time) configured for the Linux template.

    Comment

    Working...