Releases: reefland/ansible-motd-zfs-smartd
Releases · reefland/ansible-motd-zfs-smartd
v0.1.5 - New ZFS Zpool/Dataset Status/Usage Script
- NEW:
30-zpool-detailed
script now default zpool status. - DOC: Updated docs to show new zpool detailed script output.
- FIX: Corrected Ansible
regexp
expression formats. - DOC: Removed hddtemp references.
- Removed references to my custom Smartmon-Exporter, use Prometheus
smartctl-export
instead. - Cleaned up unused references for hddtemp.
- FIX: Multiple fixes per linter.
Full Changelog: v0.1.4...v0.1.5
Smartctl Monitoring Configuration Enhancements
For MOTD 36-diskstatus
configuration:
- NEW: Added
smartctl
email address(es) notification - NEW:
smartctl
conf file now usesDEFAULT
for testing directives for all devices instead of all devices have duplicate directives and schedules - FIX:
HDDTemp
support removed - Project deprecated long ago - FIX: Changes suggested by ansible-lint
- DOC: Documentation cleanup, broken links, new enhancements
Removes Ubuntu ESP / Pro Messages
- Disables
90-updates-available
and enables90-updates-available-no-esm
. - Filter out messages introduced by Ubuntu ESM and Ubuntu Pro.
- Disables
88-esm-announce
and91-contract-ua-esm-status
. - FIX: Bad MODE specified when processing motd-news file.
yaml-linted and updated for Ubuntu 22.04
Fixes:
- YAML files updated per
yaml-lint
recommendations - Updated and tested on Ubuntu 22.04
Fix device list being past to hddtemp monitoring
Fixes:
- Filter out devices with a mountpoint such as iSCSI from being passed to
hddtemp
monitoring. - Filter out devices ending with a number such as NVMe from being passed to
hddtemp
as they are unsupported.