Jump to content

roland

Members
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by roland

  1. Just updated to the latest release and it is working ...
  2. OK, I missed it. The official docker does not support the override folder that the previous version had. So if we need config files, we need to mount them one-by-one. To start with the master config file, get the template from your netdata docker: wget [your_netdata_ip]:19999/netdata.conf then edit that file and mount it into the docker: -v '/mnt/cache/appdata/netdata/netadata.conf':'/etc/netdata/netadata.conf':'rw' 'ro' might be good enough you can repeat that with all other files that you need. Sorry, this seems to be the only solution they support currently. I will remove the override mount from the template now.
  3. This is the default behaviour in the vanilla netdata installation. I don't believe it is my place to disable it for everyone by default, but this makes it easy and in my opinion obvious to everyone that uses this template to at least think about it. https://docs.netdata.cloud/docs/anonymous-statistics/#opt-out
  4. Thank you all! @L0rdRaiden @Squid @Dazog I have - updated the template to point to the official docker - added the PGID as well as the DO_NOT_TRACK variable - updated the logo again. the template is on github: https://raw.githubusercontent.com/Data-Monkey/docker-templates/master/Data-Monkey/netdata.xml thanks for all your help.
  5. Check out the how to change the configuration topic in the first post.
  6. Hi @dbinott, I don't know, as I don't have NVIDIA in my system. Maybe @Dazog can enlighten us...
  7. You are correct, I will change that to make it more generic
  8. Hi, sorry for the long absence. I think you should be able to add the file into the override folder and it should persist. I don't have a nvidia and can't test it. See this section: Adding custom alarms, charts and configuration overrides on the dockerhub description: https://hub.docker.com/r/titpetric/netdata Please let me know if you think something else is required. I don't maintain the docker container, just made the template for easy use in unRAID. Edit: @Dazog @dbinott I think the change a while back where the override folder was created did not work properly anymore with my template. Please change the docker mapping from: -v '/mnt/cache/appdata/netdata':'/etc/netdata':'rw' to this and try if this works: -v '/mnt/cache/appdata/netdata':'/etc/netdata/override':'rw' it works for me for the normal netdata.conf file. If you could confirm this works I will change the template to make it easier for the next users. Edit2: turns out I made that change in the template more than a year ago ... just never changed my own setup. SO if you added netdata recently it should work! regards Roland
  9. Turns out the reboot did not work either. Had to turn the box off! Now everything is back up and running. Thanks, @Squid for looking into it!
  10. Yep, the new one is heretower-diagnostics-20190421-1311.zip
  11. Thanks for the super quick response, I have an idea what docker that might have been and I believe it is disabled now. But, I have rebooted, and unfortunately am still back at the 504. The dockers don't start either. Any further ideas on what can get me back up running???
  12. Hi, my tower was working for years without any problems. Today it all went bad. The guy is stuck at 504 Gateway Time-out and I don't know where to start looking for the problem. I usually have a bunch of dockers running. Plex, HomeAssistant, LetsEncrypt, MQTT, ... But they are all down now. diagnostics attached Any hint on where to start digging would be great! Thanks tower-diagnostics-20190421-1146.zip
  13. Hi @drdebian I haven't tried it, but there are instructions on the docker hub Page on setting up emails https://hub.docker.com/r/titpetric/netdata
  14. Hi, maybe a bit off-topic, but I hope you guys have a good opinion on this. I am trying to "backup and document" my setup on Github. Will the complete nginx reverse proxy config potentially reveal too much detail to share? subdomains/ports/forwards/ ..... Of course, I won't post the .htaccess file, but I wanted all other files there. *.conf and all site-confs/* What do you think?
  15. Yes, the docker got updated a lot lately. https://hub.docker.com/r/titpetric/netdata/builds/ This template just follows the docker build. And I think that build follows the commits on netdata. But do you really need to have the most up to date version all the time? Just set it to auto update once a day and forget about it.... (At least this is my approach)
  16. I accepted a merge request https://github.com/Data-Monkey/docker-templates/pull/3 to change the default config mapping to /etc/ netdata /override From the merge request, thanks a lot acrelle: Change the default netdata configuration to be /etc/netdata/override. Scripts placed in here are automatically copied into /etc/netdata during the container start script. /etc/netdata/override is the volume exposed in the original Dockerfile: https://hub.docker.com/r/titpetric/netdata/~/dockerfile/
  17. Overview: Template for the official Chronograf docker maintained by InfluxData (the guys that run InfluxDB) The original Admin frontend in InfluxDB does not exist anymore, it got replaced by Chronograf Chronograf is the Complete Interface for the InfluxData Platform Application: Chronograf https://www.influxdata.com/time-series-platform/chronograf/ Docker Hub: https://hub.docker.com/_/chronograf/ Repository: https://github.com/Data-Monkey/docker-templates Template: https://raw.githubusercontent.com/Data-Monkey/docker-templates/master/Data-Monkey/chronograf.xml This is just a template to easily install the official Chronograf docker on unRAID. I was looking for the admin frontend to my InfluxDB and needed Chronograf. Hopefully, this will help someone else to get started... HOW TO install this container: This template is now available in CA, just install the Community Applications plugin, search for Chronograf and add it. connect to InfluxDB Once the docker is installed, head to the web-UI [Tower-IP]:[8888]. The first thing it is asking for is the URL to the Influx DB. In my case, it was default [Tower-IP]:[8086] followed by username/pasword. And that was it...
  18. Overview: Template for the official neo4j docker maintained by neo4j neo4j is a highly scalable, robust, native graph database. It is used in mission-critical apps by thousands of leading startups, enterprises, and governments around the world. Application: neo4j https://neo4j.com/ Docker Hub: https://hub.docker.com/_/neo4j/ Repository: https://github.com/Data-Monkey/docker-templates Template: https://raw.githubusercontent.com/Data-Monkey/docker-templates/master/Data-Monkey/neo4j.xml This is just a template to easily install the official neo4j docker on unRAID. I was curious about these graph databases and neo4j seems to be the one to try. Unfortunately their free sandbox expired after a few days, so I installed the docker. Hopefully this will help someone else to get started... HOW TO install this container: This template is now available in CA, just install the Community Applications plugin , search for neo4j and add it. happy graphing!
  19. I have recreated everything again and it works now.... thanks for all your hard work @binhex ! a beer is on its way!
  20. Hi @L0rdRaiden, Sorry, I have been missing for a while. THere has been some development to the docker by titpetric over at dockerhub. From his page: https://hub.docker.com/r/titpetric/netdata/ Adding custom alarms, charts and configuration overrides To add custom alarms, charts or to override any default configuration file, mount a volume to the container to /etc/netdata/override, like -v /opt/netdata/overrides:/etc/netdata/override. Then, place your config files in the directory as if it was /etc/netdata/. For example to create a custom alarm for system temperature, create a health.d folder in your local directory (/opt/netdata/override in the example above) and place a sensors.conf file with your alarm configuration inside the health.d directory. By default my template maps /etc/netdata to your config directory, in my case /mnt/cache/appdata/netdata inside there you should find the override folder. Most likely empty. But that is where you can add your configurations. I have not tried this yet, the things you mention show up in my config by default.
  21. Done ! Thanks @realies for pointing out the obvious. GitHub is updated. https://github.com/Data-Monkey/docker-templates/blob/master/Data-Monkey/netdata.xml
  22. Hi binhex, yes it looks like the example you showed. I am using the linuxserver.io version and there is one more option to ADD PAUSED but other than that it is the same. I also tried all different toggle options and confirmed the password. But no joy. In the deluge preferences, the WebUI plugin is not ticked, but the web login works fine. Should it be ticked? (Sorry, at work now, can't get a screenshot) edit: I also just upgraded to the latest unRAID OS version, maybe that did it? (Too many changes to my system in one go without proper testing in between....) Thanks Roland
  23. Hi, I have been running an old version of this docker for a long long time and it worked perfectly. I was stuck on the old version due to some VPN issues but they are resolved now and the current version works fine with my VPN. Thanks for that!! But here is my new problem, my sonarr does not talk to deluge anymore. The error I get is this: Unknown exception: The request timed out: 'http://192.168.2.130:8112/json' Deluge is configured on the default port and password. Looking for answers: https://forums.sonarr.tv/t/solved-linking-sonarr-to-deluge/13364/3 This suggests to enable the WebUI plugin in Deluge, but I can't enable it. The Apply or OK button don't work and it always returns to disabled. I have a feeling I encountered this before, but I can't figure it out this time. What kind of addtional details would you need? I am fairly sure it is something simple that I am missing! btw CP is still working, but I think they use different protocols. Thanks
  24. The official netdata docker has a github commit hook, so that whenever there is a new commit to it, it's building a new docker image. And as far as you can see in the GitHub commit log, there are daily commits. You can install the auto update plugin (CA Auto Update Applications ) and just keep up-to-date that way.
×
×
  • Create New...