Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

falconexe

Community Developer
  • Joined

Everything posted by falconexe

  1. Looks like the UUD is spawning all kinds of personal branches. I'm seeing our panels in all manner of custom dashboards out there in the wild. Just like I learned from GilbN, others are learning from me. Pretty cool to see, and I really appreciate the guy actually linking back to this forum topic and throwing credit our way. I feel like I have given birth 😂
  2. Alright. I think I answered EVERY SINGLE outstanding support issue thus far. Let us know if you still need any help. You'll probably see a bunch of new REDDIT users coming over for help. I am going to ask that they come to this topic for any and all support. Moving forward, this will be the single source of support. So get the word out. If you see anyone asking about UUD issues/support on various social medias (mostly Twitter and Reddit so far), send them here. Thx.
  3. For Regex help, see Post #3. I put some great resources in there. Or you can beg GilbN to help you out. If I had the time, I'd do it for you, but EVERYONE should really start trying to learn REGEX. The online lab that I linked is a GREAT way to learn! Those UPS query errors, and everyone who has encountered them so far, ALL seems to be people missing the dependencies. Please verify that you have the Telgraf Config set correctly for [[inputs.apcupsd]]. See Post# 1.
  4. You can't from what I can tell. See my post 1 above this one.
  5. Variable values are stored within Grafana on a per dashboard basis. They will definitely need to be set again upon importing a new dashboard. Also, EVERYONE will want to SAVE the value of current variables, once set, as the dashboard default. You need to click the following check-boxes when saving the saving dashboard. These check boxes ONLY appear if a variable has been changed since the last time the dashboard was saved. If you do not save these variables, and if you refresh the website, or close the tab and open it again, the variable values will reset to whatever was last saved. This is a pretty big deal, so be sure to check those boxes once you have everything setup perfect! Since these variables are Type = Text box, there is no option to set a width. Believe you me, I'd love to make everything nice and tidy. If Grafana ever provides this option, I'll be the first to set it! I've already moved the drive variables to the last once you set so they appear last in version 1.4.
  6. If you click in the min interval field and then click out of it in the black space, it will usually update the the max data points. I've seen some odd behavior, and it seems to do with the Telgraf polling and possibly jitter settings in the Telegraf config. Anyway, nothing to worry about. Once you go back to the dashboard, it will all auto adjust behind the scenes. If you want to map a serial number to a drive number, you just need to add an Display Name "override" to the field. It is the right side panel.
  7. Thanks for the feedback. I am not running the beta yet, but I don't foresee any issues. I'll just have to keep adding support for new features. The problem is, I don't run my server with ALL features, so it would be hard to test. Some others have asked for NVIDIA GPU monitoring. This is all possible, but hard to develop for if I'm not rocking that architecture. Perhaps I need to get myself a donation bucket or Patreon so we can start a development fund 😉 All of this development (and support, which I'm happy to do) takes an enormous amount of time, not to mention my day jobs.
  8. Yeah. Look back like 10 posts and you'll find the answer. Here 👇
  9. Thanks. I'll be keeping it that way. It is growing on me. Yes. In post 1 it talks about dependencies. It is possible @testdasi does not have the prerequisite settings on the telegraph docker. You will need to add them manually. If they are missing from his GUS, then hopefully he will add them in the future...
  10. Thanks. I'll be keeping it that way. It is growing on me. Yes. In post 1 it talks about dependencies. It is possible @testdasi does not have the prerequisite settings on the telegraph docker. You will need to add them manually. If they are missing from his GUS, then hopefully he will add them in the future... You most likely have the plugin commented out and disabled in the Telgraf Config. Simply uncomment it, and stop/start all 3 dockers.
  11. What are your thoughts on having the temp gauges stacked vertically on the sides? I like that you can get the Array Growth charts on a single screen now, and they kind of frame/bookend the central panels. Just an option for 1.4... I kind of like it. And it seems to scale nicely for widescreen monitors.
  12. Yeah you'll need to adjust your Regex. I added some Regex resources on Post #3 last night. OR...you can remove the regex and select threads manually. Glad you are loving it and thanks for the positive feedback. I'm rocking a 43" 4K HDR monitor (Acer Predator CG437K-P) and IT IS GLORIOUS! It's why my dang screenshots are so high res. 😂
  13. Sorry, I should have been more specific. I mean "Min interval" (fixed in the original post). You can't change the interval. It is auto calculated based on the Min interval and time range. @ShbedaI do see that your Max data points is 1286, which is different than mine. So you must have moved/resized that panel. If you ensure the Week/Month/Year panel all have the same settings, and that they are all the exact same size on the dashboard, that should keep you synced up, now and in the future. GLAD TO HEAR IT IS NOW WORKING!
  14. Sweet! UUD 1.4 will be out soon. @testdasi You may want to specific that UUD version 1.3 is currently what's added. Thanks for officially integrating the UUD as another option within GUS. This is really cool. @SpencerJ Are you aware of the awesome work that @testdasi did to make a single docker solution for InfluxDB/Telegraf/Grafana? He just integrated the Ultimate UNRAID Dashboard. It is basically a single docker solution for everything for users who appreciate/need that kind of out of the box setup. The timing of his work couldn't have been better!
  15. Not that I'm aware of.... Let me try it. Be right back. Update: I just downloaded it fine. It is at the bottom of post 1. Try this direct link. https://forums.unraid.net/applications/core/interface/file/attachment.php?id=91063
  16. Did you change any of those query settings? For these to work correctly, the Min interval must be set to "2h" (2 Hours) on Week/Month/Year in order for them all to sync up correctly. It all comes down to not grabbing too many data-points and finding the most near-real time sweet spot. If we set the interval too low then the longer time-frames like Year will not update often enough to stay in sync. If we set the interval too high then the dashboard will literally eat up all your RAM and your browser will crash because of the Year time-frame trying to load thousands of data-points. Using math, I figured out that the least common denominator for interval that provides the best performance, but also keeps these in sync as near-real time as possible, is 2 hours. The SIZE of the actual panel can affect how many datapoints are pulled as well. If you shrunk these down, you may be chopping off data-points (because Max data points = Width of panel > so they should all be the same size too) for the year panel. Finally, it is critical that your are using the correct path. "/mnt/user0" Please match my exact queries below. Refresh and let me know if that improves your outcome. Mine has been rock solid since version 1.2 where I implemented this approach. Many others have been successful with these settings. Week: Month: Year: Results: If you want to read more about how I work out the mathematics of this solution, you can read about it in the original forum topic where UUD was initially developed here:
  17. For fans, we are using REGEX to pull all fans. Just to the right of the orange symbols you will see "/fan./". This says pull all IPMI values where name is fan#. Also, in version 1.4 there is bug fix to make the labels not all say "Fan 01". If you want to fix that now, change the ALIAS BY field to "$tag_name". This says set those labels dynamically based on the GROUP BY tag(name) variable. Finally, you should be able to omit NULL values (fans not on) by setting the display area on the right of the query. You want Calculation set to "Last (not null)". Result: @Shbeda Alternatively, you can just remove the regex, and manually select the exact fan you want. Then copy query A, and change out the fan in query B. Rinse and repeat... This will giver you tighter control.
  18. Alright. I'm finally heading to bed, but I've rested (no pun intended, it just came out that way 😅) on the following Overwatch panels for version 1.4. When you add new panels, things must adapt like sizes, position, etc. As always, anyone can change anything. So if you don't like the panels, order, colors, or the entire freakin dashboard, you have the power ha ha. Let me know what you guys think.
  19. Thanks for helping @J89eu @GilbN Much appreciated! Did you do this in the Telegraf docker?
  20. I've decided to add anyone who catches a bug and/or actively participates by offering serious contributions (that actually get released) will be added as a CONTRIBUTOR on UUD. @ChatNoir Check Post 1...You are now the first to be added under this new edict. 🤝 Well done!
  21. OK I agree with the second one. Ha ha yeah I am in a development build and I was messing with the REGEX. Woopsies. Thx for pointing that out. EDIT: That was actually released in version 1.3 like that. My bad. I've already fixed it and that bug fix will be released in 1.4. There is A LOT of stuff going on. Thousands of lines of code. That's why we keep working on this thing until it is perfect. Thanks again. 10,563 to be exact 😂 Fixed:
  22. I'll also be adding dynamic support for segregating/isolating Unassigned Devices (Disks) is this next release!
  23. VERSION 1.4 Sneek Peek. New Stuff, GUI changes, and continued refinement! Alt View For RAM DIMM Temps. Still deciding on which one I like more. Trying to make each topic unique looking. VOTE! Added the RAM DIMM temps graph to the Detailed Server Performance section. I like the way this one came out. Lots of tweaking ha ha. All RAM DIMM panels use REGEX of course, so it should work on ALL UNRAID systems/architecture. They use the IPMI Plugin.
  24. @GilbN Can you handle this one? I am actively working on development of version 1.4, and heading to bed soon. It's dark here in the USA LOL. Thanks!!!
  25. I'll be adding the host variable to every single query in Version 1.4 for those with multiple servers/datasources. 👍

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.