@@ -2598,7 +2598,8 @@ Recent memory usage chart
2598
2598
2599
2599
# ## Disk Space
2600
2600
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.
2602
2603
2603
2604
<p align="center"><img width="400" src="https://i.ibb.co/25y94bB/gl-disk-usage.png" /></p>
2604
2605
@@ -2608,6 +2609,10 @@ List connected disks, showing free / used space and other info (file system, mou
2608
2609
- type: gl-disk-space
2609
2610
options:
2610
2611
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
2611
2616
` ` `
2612
2617
2613
2618
---
@@ -2662,7 +2667,8 @@ Shows recent historical system load, calculated from the number of processes wai
2662
2667
2663
2668
# ## Network Interfaces
2664
2669
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.
2666
2672
2667
2673
<p align="center"><img width="400" src="https://i.ibb.co/FnhgHfG/gl-network-interfaces.png" /></p>
2668
2674
@@ -2672,6 +2678,9 @@ Lists visible network interfaces, including real-time upload/ download stats
2672
2678
- type: gl-network-interfaces
2673
2679
options:
2674
2680
hostname: http://192.168.130.2:61208
2681
+ Interfaces:
2682
+ - bond0: LAN
2683
+ - docker0: Docker
2675
2684
` ` `
2676
2685
2677
2686
---
0 commit comments