File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Ansible role used to deploy customized Message of the Day. Dress up your login w
4
4
5
5
![ Sample Login Screen] ( images/colors_from_dropdown.png )
6
6
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
+
7
11
---
8
12
9
13
## TL;DR
@@ -19,7 +23,7 @@ Ansible role used to deploy customized Message of the Day. Dress up your login w
19
23
## Requirements
20
24
21
25
* 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
23
27
* Other systems probably work fine, untested. Let me know.
24
28
25
29
---
@@ -129,7 +133,7 @@ enable_these_motd_files:
129
133
- 10-hostname-color
130
134
- 20-sysinfo
131
135
# - 20-uptime # Standard uptime message
132
- - 30-zpool-bar # ZFS Usage Graphs
136
+ - 30-zpool-detailed # ZFS pool usage details
133
137
- 36-diskstatus # Disks, Temps, Test Results
134
138
- 40-services # Status of Services
135
139
# - 50-fail2ban # Fail2ban Summary (standard)
You can’t perform that action at this time.
0 commit comments