bemasher / rtlamr-collect

Data aggregation for rtlamr.
GNU Affero General Public License v3.0
171 stars 29 forks source link

404 Error #27

Closed zenbane closed 3 years ago

zenbane commented 4 years ago

Getting a 404 error connecting to InfluxDB after triple checking credentials and host (same box). Does this require telegraf to work?

image

bemasher commented 4 years ago

Can you tell me which version of influxdb you're running? Their API is changing and I've not yet moved to the v2 go client.

zenbane commented 4 years ago

I am on 1.6.4

bemasher commented 4 years ago

Hmm, the API shouldn't be incompatibly different. Can you tell me what you specified for COLLECT_INFLUXDB_HOSTNAME?

zenbane commented 4 years ago

image

It's running on the same host.

bemasher commented 3 years ago

This issue is probably different now that the influxdb client has been upgraded. Let me know if you still have similar problems in the new one.