PDA

View Full Version : SLA max 9.99


darrenc
26-05-2005, 14:14
Hi All,

I've only just started using Zabbix, so far very impressed and well done to all those who contribute.

I've found an issue with the sla which seems to go back to version 1.0 too. In the MySQL table services, goodsla is defined as a data type double(3,2). As far as I can tell this means a number in the format x.xx ie 9.99 max. Should this data type be changed to double(5,2), is 100.00% and less SLA.

Regards,

Darren Comeau.

Alexei
26-05-2005, 14:31
Yes. it must be changed to double(5,2). This is already fixed in the latest alphas.

darrenc
26-05-2005, 14:36
Yep, just found the earlier thread with the suggestion of double(4,2).

Is there any search facility on here so I don't reproduce posts? :)

Alexei
26-05-2005, 14:42
Is there any search facility on here so I don't reproduce posts? :)
The "Search" button (link) is really hard to miss :)