PDA

View Full Version : Fix for SLA


dpsantos
10-05-2005, 13:38
This was already in the forum, but is important to update the packages Alexei.
change in the schema.sql file
goodsla double(3,2)
to
goodsla double(4,2)

Alexei
10-05-2005, 14:57
I think double(3,2) is enough for SLA data. Am I missing something?

dpsantos
10-05-2005, 16:00
Well... alexei, i think that this will fix the sla problem with the 9,99 max sla....
i mean... if i'm wrong tell me how do i configure a expected sla of 98%??

Alexei
10-05-2005, 16:04
All right, I got it. Ok, I have to check MySQL and PostgreSQL docs for exact meaning of first argument to double(). I thought that the argument defines number of digits before '.'. I seems I was wrong, not sure.

dpsantos
10-05-2005, 17:04
It's working for me just change the (3,2) to (4,2) .