# Configuration file for the ZFS pool monitoring script # Leave unset for English, set to "nl" for Dutch. Help # output is always English. language="" # Existing pools. Just add the name of every pool you # want to be to be monitored. zfspools=(one two three four) # Mirror disks. The disk's name in /dev/disk/by-id/. # Like the pools, these values are part of an array. # Variable names are zfsmirrors[] with the name # of the pool between square brackets. declare -A zfsmirrors zfsmirrors[one]="" zfsmirrors[two]="" zfsmirrors[three]="" zfsmirrors[four]="" # E-mail address notifications go out to. Remember # you need an SMTP server set up for this. email="nonya@biznes.com"