falconexe

Community Developer
  • Posts

    774
  • Joined

  • Days Won

    15

Everything posted by falconexe

  1. I also changed the music growth section to ALBUMS and not TRACKS to keep the graphs more in line with each other across the media types. To me an album is closer to a movie/episode than a track. Even singles are counted as an album, so it works for me. But you could easily say: 1 movie = 1 episode = 1 track OR 1 movie = 1 season = 1 album OR 1 movie = 1 show = 1 artist It all comes down to personal preference, and ALL of these options are possible by modifying the queries.
  2. Nice. FYI you can give your SSD panels unique names to differentiate them by changing the title. So you can tell which SSD drive is which in your Cache Pool. You can also use episodes, seasons, or number of shows in these panels by adjusting the query tags. The update I posted actually changes the growth snapshot to episodes and not total number shows. Here is what that looks like. When in doubt ask, don't delete ha ha. If you are wanting something unique or specific to your setup, ANYTHING is possible. Anyone here would be happy to help you get your goals acomplished...
  3. So I am messing with my personal dash and further tweaked the Plex Library stats. I added section totals stats panels, rearranged the furniture, consolidated, and changed the unit to "Locale format" to get the thousands commas. I think it looks great and will be adding this to UUD 1.7. Before: After: And it goes without saying, you guys will do whatever you want with your Plex Library stats panels. I'm adding all this stuff as a foundation for your to build upon and to provide example code. If any of you have suggestions, I'd be happy to add them. Also, I would love to see how you guys have adapted my UUD for your personal use.
  4. Check your Telegraf docker log for errors. Something is off. Everyone should be able to get drives to populate if the correct Telegraf plugins are installed, enabled in the Telegraf config, and the correct datasource is present.
  5. Heads up, this is not going to work for the UUD as intended since this query modification you made uses the “name”. The UUD panels are designed for serial numbers. Furthermore, the “SD*” names change at boot. If the 1.6 drive queries are not working for some people (no idea why that would be...) then please download 1.5 and use that query.
  6. Try changing the time range of your dash. The variable is set to update “On Time Range Change”.
  7. Add the following extra parameter in order to have your docker autostart at reboot. --restart=always
  8. Sure. Please send me link. Thanks.
  9. Can you explain this further and detail your architecture? I’m out of PCI slots on my UNRAID server, but have a serious gaming rig connected to it via 10Gig NIC-to-NIC. I’d like to leverage my RTX 3080 to transcode in the Windows PC. Thoughts?
  10. Not sure what is going on with your SSDs. I am not on 6.9+ so can't speak to how cache pools mess with the UUD. Regarding the Currency variable, that is something I adopted from @GilbN's unrelated dashboard in UUD 1.0 when I was first starting out with development. I just looked at my code and I am actually not using this anywhere that I can see, so I will remove that variable in UUD 1.7. From what I can tell, there is no way to dynamically set a unit from a variable. Since it is Legacy and does not apply to the UUD, I'll deprecate it. Thanks for pointing that out.
  11. Here is the query for my "SSD Lifetime Writes". Not sure what is going on with yours, but the math function looks different and check your data source in the upper left. Also, follow the instructions here. You need to multiple by the LBA size and then divide to get TB. You are doing a LOT more in your math function.
  12. Select the correct serial number in the FROM clause. The variables so not drive these panels (as I noted in the release post).
  13. First thing I would try is hit that factory reset button to put everything back to factory settings. Then change your admin password immediately. Do this all while not plugged into their modem. One you control everything again, then go step by step to get only what you need. I would never let them provision a router. They should only be provisioning the modem. I would be looking at a new ISP...
  14. Nice, glad you are getting some use out of it. SAVAGE!
  15. Set your dashboard to the last 5 minutes and see if it goes away. Keep in mind that device IDs get used/reused/swapped upon reboot. If you go back a year for instance, you *may* see duplicates depending on a number of factors.
  16. For all those having issues with the images, please see the post right after the release post. You need to adjust the IP address in the query (server) and the Base URL in the plugin. For those who are having issues with the UNRAID API even showing data (on its own web page), please ensure you log in with "root" and that password. Please also pay attention to the HTTPS checkbox. If you get this wrong, it will not work! Give it a few minutes. If you are still not having success, try stopping and restarting the docker. If that does not work, completely blow away the docker AND APP DATA folder for the docker, and try again with "root" and the correct level of security (checkbox). If all else fails, please report the NON UUD issue to the topic forum that handles that Docker.
  17. DEVELOPER UPDATE - UUD 1.7 Alrighty. Here's what I'm thinking is going to be the main focus of UUD 1.7. I personally would like to get a rolling LOG panel that directly reflects the UNRAID real time log. I've read some stuff in passing about an external log server, or even logging on the same server to flat files via the same method. The purpose being, if your server hard crashed, you'd have a record of what caused it before the logs got wiped on reboot. So, I need some help here and need to be pointed in the right direction to make this happen. It may not be possible, but I want to give it a shot. Here are a few requests: 1. Has anyone ever setup a "log server" for their UNRAID box. If so, how did you accomplish this? What dockers, plugins, etc. did you use? 2. Has anyone ever messed with the "Logs" panel in Grafana. I suspect this is how I would present that data. 3. Does anyone already have this as a working solution and would like to share?
  18. This did not work for me. SSL seriously breaks the auto grabbing of the images. No worries. At least we have the authentication workaround. I banged my head off a wall for hours when I was first messing with this. It should just work I was thinking, and finally discovered the authentication loop that fixed it. 🙄 😂
  19. And just for the record, since so many have posted my IP address (because I left it in the code to help you), I'm not even going to try and mask that any more LMAO. 😆
  20. Hey guys. I'm playing around the UUD 1.7 development and I just added something that many will find useful to the UUD header. You'll noticed the UNRAID version is available from the API. Here is query and JSON if you want to add it now. 😊 { "datasource": "$Datasource_UNRAID_API", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "unit": "decbytes", "color": { "mode": "fixed", "fixedColor": "orange" }, "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 4, "w": 12, "x": 6, "y": 4 }, "id": 320, "links": [], "maxDataPoints": 1, "options": { "reduceOptions": { "values": false, "calcs": [ "last" ], "fields": "/.*/" }, "orientation": "auto", "textMode": "auto", "colorMode": "value", "graphMode": "none", "justifyMode": "center" }, "pluginVersion": "7.3.7", "targets": [ { "cacheDurationSeconds": 300, "fields": [ { "jsonPath": "$.['servers']['https://192.168.1.7']['serverDetails'].version", "name": "" } ], "queryParams": "", "refId": "A", "urlPath": "" } ], "title": "UNRAID Version", "type": "stat", "cacheTimeout": null, "description": "", "hideTimeOverride": false, "interval": "", "timeFrom": null, "timeShift": null }
  21. @helvete Read the post right after the UUD 1.6 release post. I also posted a MEMORANDUM a few posts back about "CRITICAL INFORMATION". Please read that.
  22. @ElectricBrainUK Just wanted to say thanks for the UNRAID API docker! Great work and UUD 1.6 would not have been possible without you and your work! I sincerely appreciate it!