hoonmin / influxdb-collectd-proxy

A very simple proxy between collectd and influxdb.
MIT License
72 stars 26 forks source link

Server returned (404): 404 page not found #37

Open M4GNV5 opened 4 years ago

M4GNV5 commented 4 years ago

I'm trying to get data from collectd to an influxdb but can't connect to the influxdb server via udp, which is why i wanted to use this package. It successfully receives collectd packages, but when it tries to send data to the InfluxDB it fails and prints:

[influxdb-collectd-proxy] 2019/09/26 23:42:18 failed to write series group to influxdb: Server returned (404): 404 page not found

Any idea what i can do to fix this?