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
After cloning this repo, updating the telegraf.conf file with my PCs IP (192.1658.1.32), and running docker-compose, telegraf failed to connect to influxdb:
telegraf | 2022-04-18T16:49:36Z W! [outputs.influxdb] When writing to [http://192.168.1.32:8086]: database "cisco_mdt" creation failed: 401 Unauthorized
I didn't dig into it but I suspect that authorization has changed with influx 2.x. I was able to quickly work around the issue by using some old docker images. I updated the docker-compose.yml to specify influxdb:183 and telegraf:1.16.1. I also removed the influxdb port "8083:8083", which didn't seem to be needed.
Thanks a bunch for this, I spent hours trying to troubleshoot why I was having the same error and started to go down your path of using an older docker image. I couldn't get it working with latest grafana but had to use 6.3.7
After doing the docker-compose, you will have everything ready to work (no database creation, no dashboard creation, ...) I am still trying to automate as much as possible the deployment,
Let me know if it helps, and many thanks for this repo again! :)
After cloning this repo, updating the telegraf.conf file with my PCs IP (192.1658.1.32), and running docker-compose, telegraf failed to connect to influxdb:
telegraf | 2022-04-18T16:49:36Z W! [outputs.influxdb] When writing to [http://192.168.1.32:8086]: database "cisco_mdt" creation failed: 401 Unauthorized
I didn't dig into it but I suspect that authorization has changed with influx 2.x. I was able to quickly work around the issue by using some old docker images. I updated the docker-compose.yml to specify influxdb:183 and telegraf:1.16.1. I also removed the influxdb port "8083:8083", which didn't seem to be needed.
This is a very nice TIG stack for Cisco MDT, so it would be great if it could be updated to work with the latest docker images.
The text was updated successfully, but these errors were encountered: