Hi,
I'm using mysql partitioning and recently I moved agent to active mode and then I got the issue when zabbix cannot insert bulk insert in database.
query failed: [1526] Table has no partition for value 1407152213 [insert into history (itemid,clock,ns,value) values ...
Clock value in this example in the future for a week relatively local zabbix server time.
I suspect what zabbix use timestamp coming from agent.
Does anybody has the same issue? How to tell zabbix ignore the timestamp coming from agents if timestamp far in future or forced use local zabbix timestamp.
I'm using mysql partitioning and recently I moved agent to active mode and then I got the issue when zabbix cannot insert bulk insert in database.
query failed: [1526] Table has no partition for value 1407152213 [insert into history (itemid,clock,ns,value) values ...
Clock value in this example in the future for a week relatively local zabbix server time.
I suspect what zabbix use timestamp coming from agent.
Does anybody has the same issue? How to tell zabbix ignore the timestamp coming from agents if timestamp far in future or forced use local zabbix timestamp.
Comment