dorgan

Community Developer
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dorgan

  1. So this works but there is a bug with it, the active indicator doesn't show.
  2. Lol, I am so against that when it comes to programming, I didn't even think of that as an option LOL, thanks!
  3. Is it not possible to override the default name of a menu that shows in the task bar? I see by default it uses the filename, but I want to include a space in the name of the menu item, can I do that?
  4. Looks like i may not be the only person experiencing this...
  5. I am not noticing anything wrong with the systems I just happen to turn on the monitor today and see this, so figured I would report it. Please let me know what additional information is needed.
  6. Not sure of this is unraid 6.9-beta1 issue or not, but just in case it is.
  7. @Squid yeah guess i might have been overthinking it. I think I can easily do this as well. Be interested if anyone has anything else more complicated.... Especially if it include jenkins or gitlab.
  8. I'd be interested to know other plugin developers dev environment setups? I struggle constantly making updates in that i have edit the plugin files in place on my server, then copy them down manually to my dev machine to push to git and do the release. I'd be interested to know if anyone a something easier in place, and even any type of CI/CD integration setup.
  9. Looking at this, it doesnt look like you have a bond0 interface. What i would suggest is going into settings and doing the following: If you have a bond0, remove it, hit save, add it then hit save again if you do NOT have a bond0 try just hitting save and see if that gets rid of it.
  10. No, just something i added early on for situations like this. (Its not my first rodeo)
  11. that is the most recent version... Hmm ok can you please do the following. From the command line show me the output of the vnstat command, and also regarding the urls showing as broken, can you right click in your browser and open the link/image in a new tab, and then add &debug=1 to the url and show me the output of that as well.
  12. Are you running the most recent version? If not please update to the most recent version.
  13. If you just installed the plugin, it takes a couple minutes for it to gather data and display images. But after a couple minutes it should show.
  14. @Squidnever mind i found the issue, corrected it, and its coming through now
  15. @Squid, i am not seeing this plugin come back in CA, I just did an update today. Can you take a look and see if something is caught somewhere.
  16. Sounding like then i should not pursue this.... OK
  17. What is the recommended approach for storing plugin data for plugins. My plugin for instance stores data in /var/lib/vnstat, which from what I can tell is removed when the system is rebooted. So I am thinking of adding an event handler to copy that data off somewhere and then copy it back before the service starts....
  18. What types of things would people like to see supported in an API, even if a 3rd party plugin?
  19. I have added the ability to add pretty much any interface to be tracked. I have also added the ability to add an alias to an interface that is used on the graphs. I have found some information on how identify which veth interface maps to a given docker container, but it does not seem consistent, if someone knows an easy way, then maybe I can add this to the interface.
  20. Let me see what I can do.
  21. Yeah one of these days I'll get around to writing a custom parser and image creator and not use the built in image generator, as it really doesn't look that great.
  22. This should be resolved now, and should stop happening in the future as I am no longer pulling an external dep for this. Version 2020.02.16 fixes this
  23. I've started working on this fix, should have something out within a week or so.
  24. Good idea, give me a couple of days, as I've got some home renovation stuff I am doing, to get a new version out with this approach.
  25. What about nightly snapshots? Is it not possible to do the snapshots without hibernating or shutting down the VM?