zabbix_template_md icon indicating copy to clipboard operation
zabbix_template_md copied to clipboard

Busybox friendly discover

Open tuxick opened this issue 4 years ago • 0 comments

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/,]}/]}/'

tuxick avatar Aug 27 '19 12:08 tuxick