Cosium / zabbix_zfs-on-linux

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

A proper fix for missing IO in pools #48

Open darek-margas opened 2 months ago

darek-margas commented 2 months ago

Added parameter to collect data from iostat output, adjusted regex in template and added multiplier for data size. There is duplication in iostat call, once pool is specified by call and then AWK does match it again. Not much of use case for double check but it will properly handle any broken output from iostat.