Cosium / zabbix_zfs-on-linux

zabbix template and user parameters to monitor zfs on linux
MIT License
76 stars 50 forks source link

zfs.vdev.discovery discovers disks, not vdevs #46

Open tuxick opened 10 months ago

tuxick commented 10 months ago

Userparameter zfs.vdev.discovery uses egrep -v 'mirror|raidz' instead of egrep 'single|mirror|raidz'. Discovering disks is also useful but that should have a different name.