You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to rename sensors would be super helpful as well as filtering. I have a glances widget for my unRAID server and would love to rename disk sdb to 'parity disk' for example. I don't know vue otherwise I'd jump in and help add the functionality.
In your glances config file you can specify alias's for different devices.
Example below pulled from a configuration template file I used to setting an instance up.
This will use the alias for the web display and include the alias in the api response.
# Alias for sda1 and sdb1
#alias=sda1:SystemDisk,sdb1:DataDisk
Is your feature request related to a problem? If so, please describe.
I have many devices on my server. I don't want to show all of them in the glances widgets but there is no filter option.
Describe the solution you'd like
A posibility to filter the devices in these widgets:
For example:
widgets: - type: gl-disk-space options: hostname: http://192.168.178.40:61208 devices: - '/dev/mapper/md1p1' - '/dev/mapper/md2p1'
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
No
The text was updated successfully, but these errors were encountered: