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.
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.
Comment