Files
librenms-librenms/src
Jamie Hall 891a6705d8 Updated Point.php to stop converting value to float
Converting a value to a float causes a conflict "field type conflict: input field "value" on measurement "datapoints" is type int64, already exists as type float". For example, If i send 2.01, it works, if I send 2.00, it converts it into 2 and then Influxdb treats it as an integer.
2015-07-29 10:19:34 +02:00
..