Code: Select all
Failed INSERT INTO Server_Stats (ServerId, TimeStamp, CpuLoad, CpuUserPercent, CpuSystemPercent, TotalMem, FreeMem, TotalSwap, FreeSwap) VALUES ('',NOW(),?,?,?,?,?,?,?) :Incorrect decimal value: '' for column `zm`.`Server_Stats`.`CpuSystemPercent` at row 1
Where does it get the CpuSystemPercent from and why would it be an incorrect decimal value some of the time?