atribe

Community Developer
  • Posts

    120
  • Joined

  • Last visited

Everything posted by atribe

  1. Don't know how to do that. I'd hit up the support link on the telegraf docker hub page or maybe their github page.
  2. Not sure, I didn't create that particular container, just made it available on unRAID. Find the it on dockerhub or github and ask the creator there.
  3. Based on the wiki for hddtemp https://wiki.archlinux.org/index.php/Hddtemp, it looks like you just put -q -d -F /dev/sd* /dev/nvme*
  4. Ok, fixed the problem. There was a missing package in the requirements file, so it wasn't working. The author also added a new section in the config.ini file. This is optional, however, it will log a an exception to the console if you don't have it. [LOGGING] # Valid Options: critical, error, warning, info, debug Level = info
  5. In talks with the project owner right now: https://github.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/issues/17
  6. I was able to reproduce the error by not having the telegraf.conf file. If you don't have the file before you start it creates a folder named telegraf.conf. So you'll need to delete that folder and replace it with the file.
  7. Aw shucks. Ok added a description and it is now appearing in community apps.
  8. Thought ya'll might be interested in a new docker app I added to community apps under the name apcupsd-influxdb-exporter. https://hub.docker.com/r/atribe/apcupsd-influxdb-exporter This is a docker wrapper around a python script that gets metrics out of apcupsd and puts them in influxdb. I just barely uploaded the xml to github, so I'm not sure how long that process takes for it to show up. but I've been using it for a few days and it works great.
  9. Don't know. I do reverse-proxy mine with traefik and it works fine. Are you directing it to the https version or you mineos ip address?
  10. Where is the error displayed? Is it that the docker container can't start or that telegraf is reading the config file and something is wrong in there. My guess is you have a typo of some kind in your telegraf.conf.
  11. I map the port to the host and use the host ip address
  12. Do you have things on different servers? I had an issues where the times on the different servers were out of sync and the data wouldn't show up.
  13. @ppunraid try out the docker xml https://github.com/atribe/unRAID-docker. It should be available on the Community Apps soonish.
  14. I guess I could, you'd have to copy down the config.ini file manually. I'll probably try it tonight. As a side note, i set the frequency of tests too high (like every 5 minutes) and it used up my 1 TB of data that Comcast allotted me. One of two free overages down the drain, oops.
  15. I really have no idea how the magic works, all i know is if you have this container and the telegraf container running, then telegraf can access the hdd temps. Make sure you have [[inputs.hddtemp]] uncommented in your telegraf.conf
  16. I don't maintain the docker image you'd have to go to the github page and raise an issue there. I just added the unrail xml template.
  17. There is a default mapping to /mnt/user/appdata/influxdb from /var/lib/influxdb. That is where the data is stored.
  18. Squid, I created a new XML a while back and it hasn't ever been added into the CA feed. Search finds my 7 other templates, but not this new one. Any idea what I've done wrong? The new XML is https://github.com/atribe/unRAID-docker/blob/master/hddtemp.xml
  19. Sounds like your docker is not setup correctly. Do any docker containers persist? If not I'd check your docker settings to make sure they are similar to what I have.
  20. For those using the instructions posted on reddit to set Grafana, InfluxDB, and Telegraf up found The instructions for using hddtemp can be amended to just searching community apps for hddtemp and using the template I just uploaded (not sure the refresh cycle on CA so it might take some time to show up.) I basically just took the instructions on using docker hub and made an unRAID template out of it. Enjoy.
  21. :shrug: I would assume so, but I have no idea.
  22. Not sure off the top of my head. I'd suggest figure out where the logs are being written to and then add that as a path for the container to some place you like them to go.
  23. I'd suggest trying to recreate your influxdb. delete the current db in the apps folder and let it make a new one.