krom / zabbix_template_md

MD Soft RAID minitoring template for zabbix
GNU General Public License v3.0
57 stars 30 forks source link

Busybox friendly discover #8

Open tuxick opened 5 years ago

tuxick commented 5 years ago

Discovery failed on thecus nas, an awkless alternative:

(echo -n "{\"data\":[";find /sys/class/block/md[0-9]*| while read i;do echo -n "{\"{#MDNAME}\":\"$i\"},";done;echo "]}")| sed 's/,]}/]}/'