Hello
I installed zabbix-1.8 and it worked well.
but after I converted it to node, when I accessed the dashboard , it would freeze. and I noticed the reason was that the get_dbid method will not return since the old nextid is not ecactly 1 less than the new nextid.
I tried to add Dbstart and DBend in the beginning and ending of the get_bdid method , It worked. but this method will waste some id. (some nextid is not used.).
get_bdid should be modified since several web page is trying to get the nextid at the same time.
whould someone tell me what is the best method to deal with this problem?
I am using mysql.
I referencd the following url .http://www.zabbix.jp/modules/newbb/v...4&post_id=1617
best regards
Jenny
I installed zabbix-1.8 and it worked well.
but after I converted it to node, when I accessed the dashboard , it would freeze. and I noticed the reason was that the get_dbid method will not return since the old nextid is not ecactly 1 less than the new nextid.
I tried to add Dbstart and DBend in the beginning and ending of the get_bdid method , It worked. but this method will waste some id. (some nextid is not used.).
get_bdid should be modified since several web page is trying to get the nextid at the same time.
whould someone tell me what is the best method to deal with this problem?
I am using mysql.
I referencd the following url .http://www.zabbix.jp/modules/newbb/v...4&post_id=1617
best regards
Jenny
Comment