PDA

View Full Version : Bug in Zabbix 1.0 MYSQL


BeatMaster
11-02-2005, 11:20
I have read the topics below, but i can't find, i think, the bug mentioned! When I wanted to set up IT services in Zabbix 1.0, i couldn't change the SLA value - it was constant 9.99. I found the according SQL table 'services' and changed 'goodsla' field type from 'double(3,2)' to 'double(4,2)' and now all was OK! This is a global bug or it was only in my SQL table?But SQL table i have builded from installation package!

rrowlandson
18-03-2005, 22:55
Hey BeatMaster,

I looked in the scheme.sql file and found that the format for the 'goodsla' is listed as 'double(3,2)' .

I had the same problem, thanks for the info.

Richard :)