mmag05

Members
  • Posts

    19
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mmag05's Achievements

Noob

Noob (1/14)

2

Reputation

  1. To use the mover script do I point to just the folder or to the folder/file name? Also, is a preexisting user script the correct format so I could just turn off the schedule for it and point mover tuner to that? I'm utilizing the scripts to stop my torrent container before mover and restart afterwards so that seeding torrents are moved to the array.
  2. I'm using wireguard via PIA. My IP and port keep changing and each time this happens seeding stops. Is there any action I can take to correct this behavior?
  3. As the title I'm receiving the error. I just installed the unRAID.net app and got it setup. Added the necessary lines to pfSense for DNS Resolver rebinding and I'm successfully able to access my server. Even performed the USB backup successfully. However, the titled error is showing and I'm not sure how to resolve it. I have no user: 'guest' under users and I'll my shares are set to private. Any pointers are appreciated. Syslog attached if it helps. syslog.txt
  4. Sorry if this isn’t the best place to ask but I have a Kernel question. Kernel 5.8 to my knowledge is supposed to include code for amd_energy to be monitored by hwmon. Do you know if this code is included in the unraid kernel? I got hwmon working via prom/node-exporter and Prometheus but can’t find anything related to amd_energy. Trying to determine if it’s the kernel lacking or the exporter.
  5. Here are some screenshots of what I had to use with my 3900x to get fan RPMs and CPU Temp
  6. I'd like to know what you come up with if you do. I just got prom/node-exporter setup via docker and communicating with prometheus. It includes a collector for hwmon which according to documentation is where amd_energy is pulled from. However, in grafana when I select prometheus as the data source for a panel I can't find any hwmon that shows or references amd_energy. I know prom/node-exporter is working because all the other collectors are showing in prometheus including a lot of hwmon ones. Edit: Should also add that I am running 6.9 Beta 29
  7. Not the dev but can chime in. You need to install Grafana, InfluxDB and Telegraf from the Community Apps. Then follow the setup steps on page 1 for each app. Once those are setup there's an option in Grafana to import the json for the panel.
  8. Still cranking away at modifying your dash and loving it. Learning so much. I was messing around with the Grafana Unraid Stack from testdasi, maybe GilbN here from what I see, and really like the addition of logs on their. I was able to get syslogs onto your dash also. Do you have plans to implement logs as an optional step since it would require other community app dependencies? I think the addition of logs would really suite the dash. In order to get the logs working in Grafana I had to install grafanaloki and grafanapromtail from community apps. For Promtail I had to add a path with host as root and container as /rootfs for it to read the log directory. I used testdasi's config as a basis with slight mods for the default location of promtail position location and loki's index and chunks. From their I used the same loki queries for the panels as in GUS {job="unraidsyslog"} and {job="unraidsyslog"} |~ "(?i)error[:,]|[:] disabled|(?i)BTRFS error|failed command". I believe you two may be already collaborating together so maybe this is something they wouldn't mind. Attached are the modded configs I used. config.yml local-config.yaml
  9. Really liking the way your going with this. Can't wait to the final product. I love all the growth trends for the media. This week I've been messing around with mvantassel/deluge2influx and used dockerhub to automate a build of it. I used a local docker of deluge to remote to my seedbox and the deluge2influx points to the local instance. Learned of the trick to monitor a seedbox running deluge with a local instance from https://alexsguardian.net/2019/03/31/deluge-influxdb/
  10. Awesome deal. Will do the above before sharing. Thanks!
  11. Thanks for the work. Coming over from Reddit from a post you commented on. On a few groups I belong to people have asked if I’d share the dash I made. It was heavily based on yours with other stuff added so, I don’t feel right sharing it without asking if you mind? I’ll make sure to add a mention to this forum in the description or some other way if you have a better idea.
  12. I have the speedtest tracker docker running and it's working well with Organizr. However, I'd like to utilize it for a Grafana Dashboard that requires speedtest-cli and the below added to telegraf. I believe the reason it's not working is because the "/usr/bin/speedtest -f json-pretty" needs to be changed. Any ideas on how to change this for unRAID? # # Install speedtest cli from SpeedTest.net first # https://www.speedtest.net/apps/cli # # And then run speedtest once to accept the license # [[inputs.exec]] commands = ["/usr/bin/speedtest -f json-pretty"] name_override = "Speedtest" timeout = "1m" interval = "5m" data_format = "json" json_string_fields = [ "interface_externalIp", "server_name", "server_location", "server_host", "server_ip", "result_url" ]
  13. Loving GUS as I never could get a stack working before. I see you mention it's compatible with UUD. How would a go about adding UUD? I don't see the option to add a new dashboard.
  14. Setup and running great. As always thanks for contributions. Only question I have is it possible to mount another directory and have pwndrop store the files there and still have the config in appdata? If not I can just map this apps configs to a share already on my array.
  15. I found a script I'd like to use with this plugin but, need some help to determine the path locations it points to. The only one that has me stumped is the TEMP_DB. Any suggestion on where it would be located? I've found the others in the appdata folder. Paths: TEMP_DB="/tmp/temp.db" PIHOLE_ROOT="/etc/pihole" PIHOLE_FTL="file:$PIHOLE_ROOT/pihole-FTL.db?mode=ro" GRAVITY="file:$PIHOLE_ROOT/gravity.db" https://github.com/yubiuser/pihole_adlist_tool/blob/master/pihole_adlist_tool