Everything posted by atribe
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
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
-
[Support] for atribe's repo Docker images
That's awesome and helpful. I've put a link on the first page to direct people to it.
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
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
-
[Support] for atribe's repo Docker images
Whatever you are using to send data to influxdb should create the DB. I use telegraf, it creates the db.
-
[Support] for atribe's repo Docker images
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" } ] }
-
[Support] for atribe's repo Docker images
Influxdb doesn't have an admin interface anymore. That being said, try port 8086 instead of port 8183.
-
[Support] for atribe's repo Docker images
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/
-
[Support] for atribe's repo Docker images
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/
-
[Support] for atribe's repo Docker images
Hi Owzo, check out this previous post for the answer.
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
Yeah, that looks like something deep inside of glances... Not sure if I can do anything about that one.
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
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?
-
[Support] for atribe's repo Docker images
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?
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
. I really don't have a better answer. I don't do what your doing so I've never looked into it.
-
[Support] for atribe's repo Docker images
Checkout this thread: https://lime-technology.com/forum/index.php?topic=52220
-
[Support] for atribe's repo Docker images
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.
-
[Support] for atribe's repo Docker images
Yeah, the web ui has been deprecated. See this post https://lime-technology.com/forum/index.php?topic=51498.msg528879#msg528879
-
[Support] for atribe's repo Docker images
Have you tried nuking your docker image? Turn off docker in settings and go to your appdata folder and delete the docker image? That's about all the help I can think to offer at this point.