Replies: 13 comments 17 replies
-
That sounds great to me! |
Beta Was this translation helpful? Give feedback.
-
Yes, please! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Yeah, good implementation. I saw it as working as all in one array but this makes a little more sense as allows you to monitor the host and arrays seperately. Although, perhaps allowing multi file systems for both? Then if people have a pool which is their primary filesystem they can pool those together than the extra for any other system devices? |
Beta Was this translation helpful? Give feedback.
-
This looks amazing!! |
Beta Was this translation helpful? Give feedback.
-
Yes I would love this, means I can monitor all my different file systems in one place! Also could there be a posbility of adding GPU support? Since I host a jellyfin container and being able to see GPU utilisation would be great. |
Beta Was this translation helpful? Give feedback.
-
The proposed solution looks great to me. Any guess as to when you would be able to deliver this feature ? :) |
Beta Was this translation helpful? Give feedback.
-
Great. This way it´ll be best |
Beta Was this translation helpful? Give feedback.
-
looks great!!! |
Beta Was this translation helpful? Give feedback.
-
Working on implementing this now. The However, I can't find a way to get disk size / usage in Docker unless a folder from the device is mounted in the container. So for the Docker agent, you would NOT use volumes:
- /mnt/disk1/.beszel:/extra-filesystems/disk1:ro
- /mnt/disk2/.beszel:/extra-filesystems/disk2:ro
- /dev/mmcblk0/.beszel:/extra-filesystems/sd-card:ro Please let me know if this method would present issues for anyone. Or if you have an idea for a better workaround. |
Beta Was this translation helpful? Give feedback.
-
Technically unaware, demand +1,Looking forward to it. |
Beta Was this translation helpful? Give feedback.
-
I use the beszel binary and have it running as systemd service. How do I add the environment variable |
Beta Was this translation helpful? Give feedback.
-
Any posibility to change the displayed name for the disk? like i have a lxc container with three disks, and all just get printed like "DataGrave-vm--100--disk--0", "DataGrave-vm--100--disk--1", etc... volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /mnt/dataGrave/.beszel:/extra-filesystems/dataGrave:ro
- /mnt/dataGrave/Media/.beszel:/extra-filesystems/Media:ro
- /mnt/dataGrave/Backups/.beszel:/extra-filesystems/Backups:ro |
Beta Was this translation helpful? Give feedback.
-
Update: Initial support has been added in 0.3.0. See the readme section for instructions.
This is a much requested feature (#2, #3, #23) so I want to direct discussion here.
Any opinions on the best way to implement and display would be appreciated. I'd like it to be as straightforward as possible.
Should we just have an environment variable
EXTRA_FILESYSTEMS
where you would supply a comma separated list?Then they would be laid out separately like this mock up?
Beta Was this translation helpful? Give feedback.
All reactions