LTM

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by LTM

  1. I have found that I manually have to download the plugins and manually add them to the /grafana/data/plugins folder. You can then either restart the docker container or use "sudo service grafana-server restart" to restart Grafana alone. I am not sure if they are simply getting installed to the wrong folder or if it is just failing in general. I did come here to ask if this is still being maintained. Grafana is a couple versions behind at least and I am sure that other services are behind as well. I like how this puts everything in to a single container. If this is not going to get updated, is there guide out there that will allow us to update and then make a PR?
  2. Ah. I am still on the latest stable version of unraid. I think my problem is that whenever I try to use apk, it says that it is not installed for me. I guess I will look in to GUS as well.
  3. Is this Telegraf RC2? I am trying to fix this without starting from scratch but I am leaning towards just deleting all of my config files and starting new again.
  4. I also have the same problem. Rolling back did not help. I ended up disabling [[inputs.smart]] altogether in telegraf.conf for me to get mostly everything to work again.
  5. I am also getting [telegraf] Error running agent: could not initialize input inputs.smart: smartctl not found: verify that smartctl is installed and it is in your PATH (or specified in config): provided path does not exist: [] Switching to :latest does not fix the problem. I have also tried :1.16 and :1.16.3 with the same result.
  6. Just putting the Github issue here. More active than these forums. https://github.com/haugene/docker-transmission-openvpn/issues/1463 Some people have had success changing the PIA login details to the ones you use to log in (p#######) instead of the 'PPTP/L2TP/SOCKS' username and password (x#######). It took like an hour, but this eventually did the trick for me.
  7. I am having the same issue as Xed. I have it set up with a custom network. I had to revert back to 2.14 for things to start working again.
  8. I did a quick search and couldn't find anything useful on the subject. Is there a way that I can use a private GitHub or GitLab repository to add application templates? The reason I am asking is because I want to use it as a backup in case is something goes wrong and I need to start from fresh. I don't want to create a public repository because some of my containers contain passwords that would be made visible to the public. I know I can save the XML and copy them over which is what I am doing now, but would like to be able to get them back over quickly if the need arises. I was thinking that there would be a way to add a public/private SSH key and going that route but I can not seem to find an updated guide on how to do that since it looks like 6.8 made all of the previous methods obsolete but I an still going down that rabbit hole. Thanks!
  9. Forgive me as I am completely new to unRAID so I am probably missing something completely simple. I am not able to get this container running. I am trying to get the container running behind a reverse proxy (NPM) and have the following settings: I am getting this error: /usr/bin/docker: links are only supported for user-defined networks. See '/usr/bin/docker run --help'. The command failed. I have tried the various methods for links including --link mongodb://db --link mongodb://192.168.0.37/db mongodb://db mongodb://192.168.0.37/db All of them have resulted with the same error. My other question will be that I am going to try and transfer my database from another instance (in the process of going from Ubuntu Server with Docker to unRAID) to this one. Is there a way that I can just transfer the database or maybe export it from my old server to the new one? Or would it be best for me to start fresh?