Hi all
I'm observing somethign strange ( I think it started after upgrading zabiix infrastructure to v. 4 )
It seems only windows servers are affected - im using system.localtime[utc] to obtain utc localtime on windows server / agent is in active setup sending data to proxy , proxy sends the data to server
Trigger: {t_p_os windows active agent:system.localtime[utc].fuzzytime(30)}=0
Frequently I get events about time offset more than 30s event the time is the same on windows server, zabbi proxy, zabbix server. I was able to exclude proxy or server issue and pinpoint it to the agent.
Data from proxy log:
16270:20190102:122316.188 trapper got '{"request":"agent data","session":"70837e6c10552738d6c179eb076fc5a7" ,"data":[{"host":"DC2","key":"system.localtime[utc]","value":"1546431793","id":139150,"clock":1546431754,"ns":984088964}],"clock":1546431758,"ns":63913014}'
Data from server log:
478:20190102:122317.988 In evaluate_function() function:'DC2:system.localtime[utc].fuzzytime(30)'
Latest data: - seems that the time of latest check 2019-01-02 12:22:34 is the time of clock 1546431754 - but the value is 1546431793 - kinda value is sent with clock timestamp 39 seconds in the past
2019-01-02 12:22:34
1546431793
Any hints ? Ideas where could be the issue?
P.S. When the agent is restarted eveything is in sync - problem is closed - seems as the delay betwren clock and value time is growing with time.
I'm observing somethign strange ( I think it started after upgrading zabiix infrastructure to v. 4 )
It seems only windows servers are affected - im using system.localtime[utc] to obtain utc localtime on windows server / agent is in active setup sending data to proxy , proxy sends the data to server
Trigger: {t_p_os windows active agent:system.localtime[utc].fuzzytime(30)}=0
Frequently I get events about time offset more than 30s event the time is the same on windows server, zabbi proxy, zabbix server. I was able to exclude proxy or server issue and pinpoint it to the agent.
Data from proxy log:
16270:20190102:122316.188 trapper got '{"request":"agent data","session":"70837e6c10552738d6c179eb076fc5a7" ,"data":[{"host":"DC2","key":"system.localtime[utc]","value":"1546431793","id":139150,"clock":1546431754,"ns":984088964}],"clock":1546431758,"ns":63913014}'
Data from server log:
478:20190102:122317.988 In evaluate_function() function:'DC2:system.localtime[utc].fuzzytime(30)'
Latest data: - seems that the time of latest check 2019-01-02 12:22:34 is the time of clock 1546431754 - but the value is 1546431793 - kinda value is sent with clock timestamp 39 seconds in the past
2019-01-02 12:22:34
1546431793
Any hints ? Ideas where could be the issue?
P.S. When the agent is restarted eveything is in sync - problem is closed - seems as the delay betwren clock and value time is growing with time.
Comment