I've just started working a new job, and I've inherited a zabbix installation.
As a part of finishing the deployment, I'm in the process of converting a node from node=0 to node=2. My database is around 9.5GB, so it's taking around 4 hours to convert.
After conversion, there's a problem. All of my graphs are blank. After digging around in the database, I've verified that all of the data is still there, but the ID numbers have been inconsistently converted. Some of the tables have been converted to ID=ID+200200000000000 and some of the tables have been converted to ID=ID+200000000000000.
Obviously, this is going to cause problems with the relationships, when itemid is 200200000000100 in one table and 200000000000100 in another table.
I've done conversions before with version 1.4.6 and not had this problem, so I suspect this is a new issue with 1.6.x.
As a part of finishing the deployment, I'm in the process of converting a node from node=0 to node=2. My database is around 9.5GB, so it's taking around 4 hours to convert.
After conversion, there's a problem. All of my graphs are blank. After digging around in the database, I've verified that all of the data is still there, but the ID numbers have been inconsistently converted. Some of the tables have been converted to ID=ID+200200000000000 and some of the tables have been converted to ID=ID+200000000000000.
Obviously, this is going to cause problems with the relationships, when itemid is 200200000000100 in one table and 200000000000100 in another table.
I've done conversions before with version 1.4.6 and not had this problem, so I suspect this is a new issue with 1.6.x.
Comment