[Howto] Low Level Discovery (LLD) of disks with Zabbix and FreeBSD
you have to create a user parameter, which starts a “disk-search”-script on the host. This script searches for the disks and outputs a list (in json notification). #discovery-disks.sh #!/bin/sh disks=`ls -l /dev/*da* | awk ‘{print $NF}’ | awk -F … Continued