Jump to content

falconexe

Community Developer
  • Posts

    789
  • Joined

  • Days Won

    15

Everything posted by falconexe

  1. Haven’t tried this yet, but You’ll most likely need to setup a second Varken datasource referencing Tautulli-2, and then you’ll need to create a Varken datasource variable so it can be dynamic, then assign that variable to the datasource section of each Varken panel, and then finally set the variable using the dropdown menu in the top of the dash. This concept is the exact same as the Telegraf and Hosts variables that are already setup in the UUD. Have a look at those variables as a reference under the dashboard settings page. You should be able to copy/reverse engineer that methodology and apply it to this use case. Let us know if you get it working snd share some screenshots of your datasources and variables once you do! I’ll see about adding this functionality natively to the dashboard in a future update.
  2. Hi everyone. This thing called the UUD has blown up considerably since the version 1.5 release (and the above post), and by being featured by UNRAID themselves. I've had very little free time since supporting the influx (no pun intended LOL) of new users, DMs, phone calls, virtual meetings, forum questions, and continued development on future versions. So for those that really need my personal help, I have setup something new for you with some perks to go along. Not sure if you guys are even interested in something like this, but my Wife is getting on my case about the time/value proposition of this project, so I am appeasing her with this ha ha. Otherwise, I'll have to back off and just stick to future version development and let the community take the reigns on general support (which I would and do appreciate). So here goes... If you want to support this project with a monthly or discounted annual membership, I am offering the below perks, with possibly some more to come in the future (let me know if you guys have any ideas). Ultimate UNRAID Dashboard Membership Perks: Access to Personal 1-on-1 Support at Developer’s Discretion Access to Pre-Release Code and Development Versions Before Release! X1 Personalized or Custom Panel of Your Choosing! Your Name/User Handle Posted on the Official UUD Forum Topic Members Area! As always, you can also support the continued development of the UUD with a one-time donation if a membership is not your thing. Here are some really cool stats for the UUD so far: Topic Views: 42,831 Topic Replies: 660 Topic Pages: 27 UUD Downloads to Date: 1,183 You can find my donation page by clicking below or the above pics. Thanks guys!
  3. No that sounds odd. You set the Telegraf config and datasource (datasource is prob fine if you are getting network metrics)? You need to enable specific items in the Telegraf config. Please see post 1 for the plugins to enable. What kind of hardware? Please verify and report back.
  4. YES. You will need to modify the queries for your hardware. Depending on your setup, some queries may work out of the box, but some will not. Please see page 1 for the below disclaimer. Please also read/search this topic for answers to MANY of what your next questions will be regarding certain panels and areas of the dash. If you have a net new problem, we are happy to assist where possible.
  5. Create new panels in 1.5. Copy the JSON code from the NUT examples into it. Apply and Save the Dash. You can do this with 1 or more panels. Alternately, you can look at the queries in the NUT example, and then modify the 1.5 queries to match. You may need to add the NUT datasource into Grafana. I don't use NUT so can't vouch for it.
  6. @abb0r Ok, so here's how to change the default CENTER of the GeoLocation Map. First click on Dashboard Settings (Gear Button) in the upper right of your dash. Next Click on JSON Model to see the code. Select All and Copy the Code into a Text/Code Editor. I am using "TextMate" on OSX in this example. Search for the variable "mapCenterLatitude". Once found, delete the coordinates (between the quotes). Then on the very next line in the JSON code, find the "mapCenterLongitude" variable, and again delete the coordinates (between the quotes). BEFORE: "mapCenterLatitude": "37.9", "mapCenterLongitude": "-94.9", AFTER: "mapCenterLatitude": "", "mapCenterLongitude": "", Next head on over to Google Maps. Set a Pin to where you want your new center to be. Right click the pin to see the coordinates. In this example I am using the Eiffel Tower. Click the coordinates and Google Maps will send them to your clipboard. Put the new coordinates into the mapCenterLatitude (Left Coordinate) and mapCenterLongitude (Right Coordinate) variables. Now SELECT ALL and COPY ALL of the JSON code from your text/code editor. Next go back into Grafana, click the arrow in the upper left to back out of the previous JSON Model screen, and then click the Dashboards button (4 squares). Then select Manage. Next, you are going click the Import button. Then paste your modified JSON code into the following screen. Finally, hit Load and give it a NAME, and a NEW UID by clicking the Change uid button, and save it in the folder of your choosing. Now open your new modified dashboard and you will see that the map is now centered on the location of your choosing! Note: We are making a second dashboard altogether. In case something goes wrong, you can always fallback on your original one. I am teaching it to you this way so that you get familiar with these steps and to instill best practices. NEVER globally modify (direct JSON code) your dashboard without making a backup copy first (by exporting your original JSON), or by importing your changes into a new dashboard entirely, thereby preserving your old one. This process is ONLY for dashboard wide global type changes AND NOT for panel modifications. You should always save your dash BEFORE AND AFTER making panel modifications, so that you can rollback to a previous save if your panel blows up. Let me know if you have any questions. Good luck!
  7. Remove those 2 fan features, then add a new feature from scratch by clicking feature. Use trial and error to find the feature(s) that are your fans. Each system architecture is different, but they’re in there somewhere. After trying this, let me know if you find them. Check page 16 for another user who solved this. You can look at his query as a reference.
  8. Yes, but it is a tad complex. You have to go into the JSON code of the entire dash directly, find the geo location code, and change the default GPS coordinates. In version 1.6, I am going to try and make this a real panel where this can be done easier. When I get some time, I’ll provide the line numbers you need to change.
  9. @grtgbln One note from your final vid. When downloading the UUD JSON, you can just upload it directly into Grafana by clicking the upload file button. There is no need to open the UUD JSON and paste the code, although that does work. The easiest way is to just import the JSON file directly.
  10. @grtgbln Thanks man. Just watched. Great work. I appreciate you taking the time to do this for our community! Here are the links to the video series. Intro: Part 1: Part 2: Part 3:
  11. Alright, just got off the phone with him. He's going to remake the videos. I'm excited to see what he comes up with!
  12. For sensors, please see PAGE 16 of this topic for some panel and code examples.
  13. @grtgbln just set his vids to private until we can get the content corrected. I appreciate him protecting the integrity of the UUD and what it is. Hopefully his new and/or corrected vids will be back up soon and I'll be the first to endorse them.
  14. You'll need to modify the panel and change the query to use the new plugin. If you are trying to use it for fans, then search the topic for "AMD", "fan", or "Ryzen" and you will find a few examples with this code. Let me know if you can't find it.
  15. Are you on AMD buy chance? Search the topic for "fan" or "AMD" or "Ryzen" and you should find multiple posts with code to resolve this. If you can't find it, let me know.
  16. @SpencerJ Thanks for letting me know there was some media created. I reached out to the content creator @grtgbln. Unfortunately, what he is showing in the 3 videos IS NOT the Ultimate UNRAID Dashboard. He does a good job of explaining the process to install the dependencies, but he never actually installed the UUD JSON and is just showing the default Varken dash and Gilbns personal dash. I am going to work with him to make sure the correct info is getting out there in the wild. I really appreciate him taking time to create some vids on the UUD. Hopefully we can get this all corrected. The UUD is an ALL IN ONE dash.
  17. Thanks man. Yep those commands are included in the Varken github install guide that I linked in the release notes. Thanks for sharing! Glad you are loving 1.5.
  18. This is also found in the tutorials section on POST #3 of this topic.
  19. I instruct them to call it “Varken”. We’ll see if everyone follows directions. I suppose that makes sense if someone already has a datasource for Varken that is not called “Varken”. I’ll look into it. Thx.
  20. Sweet! Now I just have to update like a 100 panels for version 1.6 😂 Thanks for testing.
  21. Did you create and place the Telegraf config in the appdata folder?
  22. Here you go. Please test this with the Grafana UNRAID Stack (GUS). This is confirmed working with the manual docker install setup on my end. Create a new panel and post the following JSON into it. Then apply. { "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": { "align": null }, "unit": "decbytes", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(64, 138, 255)", "value": null } ] }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 3, "y": 5 }, "id": 173, "links": [], "options": { "reduceOptions": { "values": false, "calcs": [ "lastNotNull" ], "fields": "" }, "orientation": "auto", "textMode": "auto", "colorMode": "value", "graphMode": "area", "justifyMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Total", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=~", "value": "/.*user0/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "title": "Array Total", "type": "stat", "hideTimeOverride": false, "interval": "", "timeFrom": null, "timeShift": null }
×
×
  • Create New...