Hi guys, I've tried support.zabbix.com and looked around for a more appropriate place to post this..
After being through the manual more than once, fiddling around with zabbix configuration for a few weeks, trolling/search/reading the forums all to no avail, I've decided to dig into the src code and the db structure to try and get answers.
I though I'd start with a src code compare between 1.6 and 1.6.1, and within a minute or so discovered the following (I've just copied two lines to illustrate the problem, this happened on almost all of the lines in this file, did someone loose their 'T' key?
):
1.6:dbschema.c:1947
httpstepitemid bigint DEFAULT '0' NOT NULL,\
httpstepid bigint DEFAULT '0' NOT NULL,\
1.6.1:dbschema.c:1947
h ps epi emid bigin DEFAULT '0' NOT NULL,\
h ps epid bigin DEFAULT '0' NOT NULL,\
Not sure how this happens guys, but it would definately cause problems. Do you do code diffs before public release? QA cycle?
Now I'm really interested to see what the rest of the source looks like! Will post more later...
Anyways, I'm thinking of getting involved in the DEV side of Zabbix, really like this project, what do I do to join?
After being through the manual more than once, fiddling around with zabbix configuration for a few weeks, trolling/search/reading the forums all to no avail, I've decided to dig into the src code and the db structure to try and get answers.
I though I'd start with a src code compare between 1.6 and 1.6.1, and within a minute or so discovered the following (I've just copied two lines to illustrate the problem, this happened on almost all of the lines in this file, did someone loose their 'T' key?
):1.6:dbschema.c:1947
httpstepitemid bigint DEFAULT '0' NOT NULL,\
httpstepid bigint DEFAULT '0' NOT NULL,\
1.6.1:dbschema.c:1947
h ps epi emid bigin DEFAULT '0' NOT NULL,\
h ps epid bigin DEFAULT '0' NOT NULL,\
Not sure how this happens guys, but it would definately cause problems. Do you do code diffs before public release? QA cycle?

Now I'm really interested to see what the rest of the source looks like! Will post more later...
Anyways, I'm thinking of getting involved in the DEV side of Zabbix, really like this project, what do I do to join?
Comment