What does work is if a device has a single service attached to it then I can see the value. If a device has multiple services attached to it, the values do not appear in influxdb.
Cool, that helps. I think the difference is Iām getting a byte count back from my check_http checks where check_tcp only gives you response time. If you runā¦ /opt/librenms/check-services.php -h 1 -d -v
(change -h to whatever device # your localhost is in LibreNMS)
ā¦as librenms user I think youāll see an error from InfluxDB that time is not a valid field name. I did quick kludge to ./includes/influxdb.inc.php that changes field key time to rtime and that writes successfully. It looks like @laf wrote the influxdb code so maybe he can weight in on if thatās a valid fix I can PR or if thereās a better way to handle it.