dorgan

Community Developer
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dorgan

  1. If I include this it looks like there is a config path hardcoded into this page file, i wouldnt want to do that as it could then conflict with that plugin if installed.... Suggestions??
  2. New version release 2018.10.10 this reverts to the old path to store the vnstat db(/var/lib/vnstat) that will not persist across reboots. This should solve any of the unintended issues i have cause with peoples unRaid setups. I'll work on a future release to copy the vnstat db in/out of memory and will utilize emhttp events on when to do this, and not impact array functions.
  3. Alright I just release a new version that reverts to using the default database path (/var/lib/vnstat), that will not be persistent across reboots. This should remove my "bad mark" as well as fix any problems people with having with array shares not being visible or stopping array from stopping. I will work on another version that will listen for the events and utilize those to copy the db in/out of memory.
  4. Excellent, thank you for pointing this out. This helps in coming up with a fix on this. I appreciate this. I will add event scripts for array start and stop and not create the location inside /mnt/user/ until after the array has started.
  5. I am working on the issues called out in plugin support thread however I has been stated by several people that they do not believe it is my plugin causing the issues noted in this thread.
  6. Ok it looks like it’s trying to output an image. What web browser are you using?
  7. Can you open the image source in a new tan and add “&debug=true” to the URL?
  8. Only a pair of broken images, or images for eth0 and then the broken images?
  9. But no data showing in the graphs?
  10. Understood. I’ll look into resolving this, and come up with a better plan.
  11. Is Docker.cfg never present if you don’t setup Docker? If that’s the case I can research other approaches....
  12. Yes, what I am asking though is your system using eth0, or do you utilize a non standard port. Right now I filter the list display so that it only displays interfaces that contain eth, bond or br
  13. I'll try disabling Docker tonight, uninstall, restart and reinstall the plugin and see what happens.
  14. Do you not use ethX, brX or bondX? Right now that’s the only interfaces it will show in the list to select.
  15. Ok yeah it’s very possible the issues found over the weekend resolved that. But again, none of the people I worked with over the weekend had these issues.
  16. What version of network stats were you running? We discovered some patching issues yesterday and those have since been corrected.
  17. What version of unRaid are these people running? Just curious as I’ve been working with numerous people over the weekend and no one reported this...
  18. I'll take care of that tomorrow, need to get the kids to bed and get everyone settled down for the night. Thanks for the help.
  19. @CHBMB please try now. Things should now get created in the right place.
  20. No need to copy it to memory if the filesystem gets created properly. I've release version 2018.10.07d which corrects the pathing issues. Sometimes i was using ${DOCKER_APP_CONFIG_PATH}/networkstats and other times i was using ${DOCKER_APP_CONFIG_PATH}/vnstat. This has now been normalized.
  21. hmmm my DOCKER_APP_CONFIG_PATH has a slash at the end yours doesn't. I need to account for that.
  22. Yeah i have some sloppiness, cleaning that up now.
  23. look at source /boot/config/docker.cfg that will bring them in as variables
  24. There will be another version coming as I introduced an error in the vnstat.conf file and now I need to correct it