I set up the container using Docker Compose and a custom MySQL. I created the database with lagident/init-mysqldb.sql.
The hosts entered are all marked as offline in the table. However, points are displayed in the graph. For me, this means that the ping itself is working.
The following is in the logs:
Error saving stats for 127.0.0.1: Error 1292 (22007): Truncated incorrect DOUBLE value: ''
Error saving stats for 192.168.9.10: Error 1292 (22007): Truncated incorrect DOUBLE value: ''
Error saving stats for 192.168.17.10: Error 1292 (22007): Truncated incorrect DOUBLE value: ''
[GIN] 2025/12/24 - 14:08:53 | 200 | 2.034189ms | 10.8.1.50 | GET "/api/statistics"
I set up the container using Docker Compose and a custom MySQL. I created the database with lagident/init-mysqldb.sql.
The hosts entered are all marked as offline in the table. However, points are displayed in the graph. For me, this means that the ping itself is working.
The following is in the logs: