Skip to content

Commit 27bd9f6

Browse files
committed
DOC: Include output example of new zpool detailed status script
1 parent dc0bd2f commit 27bd9f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Ansible role used to deploy customized Message of the Day. Dress up your login w
44

55
![Sample Login Screen](images/colors_from_dropdown.png)
66

7+
The `zpool usage` section can now show a more detailed zpool usage, see `30-zpool-detailed` script.
8+
9+
![Zpool Detailed Usage](./images/30-zpool-detailed_example.png)
10+
711
---
812

913
## TL;DR
@@ -19,7 +23,7 @@ Ansible role used to deploy customized Message of the Day. Dress up your login w
1923
## Requirements
2024

2125
* SSH Server configured to display message of the day (enabled by default on Ubuntu)
22-
* Ubuntu 22.04 Tested
26+
* Ubuntu 22.04 / 24.04 Tested
2327
* Other systems probably work fine, untested. Let me know.
2428

2529
---
@@ -129,7 +133,7 @@ enable_these_motd_files:
129133
- 10-hostname-color
130134
- 20-sysinfo
131135
# - 20-uptime # Standard uptime message
132-
- 30-zpool-bar # ZFS Usage Graphs
136+
- 30-zpool-detailed # ZFS pool usage details
133137
- 36-diskstatus # Disks, Temps, Test Results
134138
- 40-services # Status of Services
135139
# - 50-fail2ban # Fail2ban Summary (standard)

0 commit comments

Comments
 (0)