:Incorrect decimal value: '' for column `zm`.`Server_Stats`.`CpuSystemPercent` at row 1
Posted: Thu Nov 30, 2023 1:49 am
Running 1.37.47 (latest commit) and I keep seeing the following error message in my logs:
from zmstats.pl
Where does it get the CpuSystemPercent from and why would it be an incorrect decimal value some of the time?
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?