You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Grafana and Influxdb, so I was very happy to find this repository to get me started. So thanks for putting this together and sharing it.
However, after a few days, the dashboards stop displaying guest specific information and all nodes have status "offline" with "N/A" uptime. The only suspicious thing I can find are these errors in the Influxdb logs:
[httpd] 172.19.0.4 - - [19/Jul/2021:07:40:13 +0000] "POST /write?consistency=any&db=telegraf HTTP/1.1 " 204 0 "-" "Telegraf/1.19.1 Go/1.16.5" 8dcd86c4-e864-11eb-93a6-0242ac130006 93317ts=2021-07-19T07:40:17.654949Z lvl=info msg="Failed to write point batch to database" log_id=0VO~LV70000 service=udp db_instance=db_proxmox error="partial write: field type conflict: input field \"uptime\" on measurement \"system\" is type float, already exists as type integer dropped=12"
I'm using the docker-compose file from this repo pretty much unmodified and my nodes are on Proxmox 6.4-13.
The text was updated successfully, but these errors were encountered:
I think this is Proxmox metric server when you're also running telegraf anywhere. I think Telegraf correctly creates an int if it gets there first, but proxmox is sending floats which are incompatible.
I'm new to Grafana and Influxdb, so I was very happy to find this repository to get me started. So thanks for putting this together and sharing it.
However, after a few days, the dashboards stop displaying guest specific information and all nodes have status "offline" with "N/A" uptime. The only suspicious thing I can find are these errors in the Influxdb logs:
I'm using the docker-compose file from this repo pretty much unmodified and my nodes are on Proxmox 6.4-13.
The text was updated successfully, but these errors were encountered: