Skip to content

Commit fa4a3d6

Browse files
authored
Update widgets.md gl-disk-space and gl-network-interfaces
Edited docs for new filter options in gl-disk-space and gl-network-interfaces.
1 parent adf7c80 commit fa4a3d6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/widgets.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,8 @@ Recent memory usage chart
25982598

25992599
### Disk Space
26002600

2601-
List connected disks, showing free / used space and other info (file system, mount point and space available)
2601+
List connected disks, showing free / used space and other info (file system, mount point and space available).
2602+
Use "Disks" to filter available disks and give them a friendly name.
26022603

26032604
<p align="center"><img width="400" src="https://i.ibb.co/25y94bB/gl-disk-usage.png" /></p>
26042605

@@ -2608,6 +2609,10 @@ List connected disks, showing free / used space and other info (file system, mou
26082609
- type: gl-disk-space
26092610
options:
26102611
hostname: http://192.168.130.2:61208
2612+
Disks:
2613+
- /dev/mapper/md1p1: HDD 1
2614+
- /dev/mapper/md2p1: HDD 2
2615+
- /dev/mapper/md3p1: HDD 3
26112616
```
26122617

26132618
---
@@ -2662,7 +2667,8 @@ Shows recent historical system load, calculated from the number of processes wai
26622667

26632668
### Network Interfaces
26642669

2665-
Lists visible network interfaces, including real-time upload/ download stats
2670+
Lists visible network interfaces, including real-time upload/ download stats.
2671+
Use "Interfaces" to filter interfaces and give them am friendly name.
26662672

26672673
<p align="center"><img width="400" src="https://i.ibb.co/FnhgHfG/gl-network-interfaces.png" /></p>
26682674

@@ -2672,6 +2678,9 @@ Lists visible network interfaces, including real-time upload/ download stats
26722678
- type: gl-network-interfaces
26732679
options:
26742680
hostname: http://192.168.130.2:61208
2681+
Interfaces:
2682+
- bond0: LAN
2683+
- docker0: Docker
26752684
```
26762685

26772686
---

0 commit comments

Comments
 (0)