If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
I guess it depends on what exactly you want to monitor there, but ZFS can expose at least some information about the snapshots and from that it is possible to retrieve that information via making a custom Zabbix Agent's UserParameter for that purpose, which could run a command like /usr/sbin/zfs list -t snapshot (or maybe some other parameters here according to your requirements).
Comment