Skip to content

Releases: reefland/ansible-motd-zfs-smartd

v0.1.5 - New ZFS Zpool/Dataset Status/Usage Script

02 Jan 18:34
Compare
Choose a tag to compare
  • 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

18 Jul 18:56
Compare
Choose a tag to compare

For MOTD 36-diskstatus configuration:

  • NEW: Added smartctl email address(es) notification
  • NEW: smartctl conf file now uses DEFAULT 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

19 Feb 01:34
Compare
Choose a tag to compare
  • Disables 90-updates-available and enables 90-updates-available-no-esm.
  • Filter out messages introduced by Ubuntu ESM and Ubuntu Pro.
  • Disables 88-esm-announce and 91-contract-ua-esm-status.
  • FIX: Bad MODE specified when processing motd-news file.

yaml-linted and updated for Ubuntu 22.04

10 Dec 23:56
Compare
Choose a tag to compare

Fixes:

  • YAML files updated per yaml-lint recommendations
  • Updated and tested on Ubuntu 22.04

Fix device list being past to hddtemp monitoring

23 Jul 16:57
Compare
Choose a tag to compare

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.