atribe

Community Developer
  • Posts

    120
  • Joined

  • Last visited

Everything posted by atribe

  1. You'd have to find a different docker image or make your own Sent from my Pixel XL using Tapatalk
  2. You must not have downloaded the telegraf.conf file and placed it at /mnt/user/appdata/telegraf/telegraf.conf. If you didn't do that docker created a folder at that location. Simply delete the folder and follow the instructions at the top of the config page. I've pasted them here for simplicity. This version of telegraf requires you to manually place a config file at /mnt/user/appdata/telegraf/telegraf.conf The container will not start without it.The default telegraf.conf file can be downloaded at https://github.com/influxdata/telegraf/blob/master/etc/telegraf.conf. If you would prefer not to use a config file you can search for untelegraf in community apps for a version that only uses environment variables.
  3. Once the container is started you can get into the docker containers command line and then follow the instructions in the docs: https://docs.influxdata.com/influxdb/v1.2/introduction/getting_started/#creating-a-database
  4. That's awesome and helpful. I've put a link on the first page to direct people to it.
  5. My server is down at the moment so I can't test things, but the image that my xml points to is https://hub.docker.com/r/hexparrot/mineos/ which had a new build two weeks ago. Maybe uninstall the container and reinstall it? Your data should be fine if you point it to the same places as it was before.
  6. Everything works fine for me. But I don't have a reverse proxy setup at the moment, so I'm probably not giving you any new information.
  7. That is old, so your going to have to refer to the docs https://docs.influxdata.com/influxdb/v1.3/query_language/database_management/#create-database
  8. Whatever you are using to send data to influxdb should create the DB. I use telegraf, it creates the db.
  9. This is my current setup. I can also hit http://10.13.14.15:8086/query?db=data&data=urlencode&pretty=true&format=xml&q=SELECT%20mean(%22usage_system%22)%20FROM%20%22cpu%22 and get { "results": [ { "statement_id": 0, "error": "database not found: data" } ] }
  10. Influxdb doesn't have an admin interface anymore. That being said, try port 8086 instead of port 8183.
  11. Grphx, looks like you need to find a good tutorial on how to use grafana (the dashboard), influxdb (where the data is stored), and telegraf (the thing that gathers the data). I did a quick google and found a bunch. Here is one I found you could reference: https://lazyadmin.nl/it/installing-grafana-influxdb-and-telegraf-using-docker/
  12. Beltin, bad news the GUI has been removed in 1.13. You can roll back to 1.12 or earlier to get the gui. See https://docs.influxdata.com/influxdb/v1.3/tools/web_admin/
  13. Hi Owzo, check out this previous post for the answer.
  14. The docker version of grafana doesn't use a grafana.ini file. It uses container variables instead. The Key 1 and Key 2 of the unraid docker container are mapped to container variables GF_SERVER_ROOT_URL and GF_SECURITY_ADMIN_PASSWORD respectively. You would add any configuration you would have put in the .ini file into a variable of the with a name patterned after the two I just mentioned.
  15. Yeah, that looks like something deep inside of glances... Not sure if I can do anything about that one.
  16. I don't even use glances, so I haven't noticed it breaking. Is there an error message in the log? The xml for the community apps hasn't changed, so it's probably an issue with the glances docker itself.
  17. Great thanks. I just looked at the xml that defines the app and it is tagged as <Repository>hexparrot/mineos:node-jessie</Repository> . That's what I should have told you the first time. But yeah, your solution works too.
  18. I've just pushed the latest changes to the un/telegraf templates. It will update them to the newest versions of telegraf. Hopefully it fixes the perpetual update issue too, since I used the unraid template authoring tool.
  19. The telegraf docker is running version 1.0, but I'm going to update it to 1.2.1. Did you change you settings so it is sampling at a really high rate or something?
  20. So you are saying you don't have :latest in the minecraft docker setting's page repository field, but it is getting appended when hit apply and you see the command?
  21. Trouble shooting another issue with one of my servers, I came accross this in the Docker log / diag. report: time="2017-02-17T15:59:57.749546995-07:00" level=error msg="Handler for POST /images/create returned error: Error parsing reference: \"hexparrot/mineos:node-jessie:latest\" is not a valid repository/tag" Checking my main minecraft server, I have this error as well when I try and run the update I had a response from Hexparrot..... looks like the ":latest" could be the issue & I don't see where to make this change, as this is a little beyond what I have delved into with dockers, i could be wasting your time: See the attached screenshot. Just remove latest from the repository section.
  22. . I really don't have a better answer. I don't do what your doing so I've never looked into it.
  23. Checkout this thread: https://lime-technology.com/forum/index.php?topic=52220
  24. Glad you figured it out. Should also help the next person to forget the config file. As for that error I would try commenting out that line and restarting telegraf.
  25. Yeah, the web ui has been deprecated. See this post https://lime-technology.com/forum/index.php?topic=51498.msg528879#msg528879