Skip to content

Releases: v-zhuravlev/zbx-smartctl

v1.5

13 Jun 20:09
Compare
Choose a tag to compare

NVMe support:

  • Discovering NVMe drives using --scan-open -dnvme
  • Discovery of NVMe supported on Linux and Windows

v1.4

24 Apr 15:47
Compare
Choose a tag to compare
  • SAS disks support
  • NVMe devices support, including discovery with nvme-cli
  • 'Static discovery' support. see in the README
  • Different discovery rules for SSD and HDD
  • Removed excessive smartctl calls in the template for Zabbix 3.4

v1.0

24 May 13:21
Compare
Choose a tag to compare
  • updated Win and Nix scripts to support DISKTYPE, DISKCMD, DISKMODEL and DISKSN macros:
    where DISKTYPE: SSD(1),HHD(0) or Other(2)
  • updated Win script to deduplicate on serial number
  • added contribution notes
  • added features matrix
  • updated templates (in keys use DISKCMD instead of DISKNAME
  • fixed keys in templates to use quotes
  • added support for extra discovery using sg_scan (for HW RAID adapters)
  • use awk in deprecated UserParameters
    WARNING: Update discovery scripts before updating templates from this point