Proxmox with zfs disk moinitoring

offerlam

Renowned Member
Dec 30, 2012
229
2
83
Denmark
Hi,
I have built ny first proxmox using zfs.

A mirror for 2 disk for proxmox os.
And a zfs raid 10 for storage.

I know need alerts setup if a disk fails.
Can proxmox itself monitor for these alerts if i setup mail alert for proxmox?

Im using a super micro server and i dont think ipmi 2.0 can send me this info.
 
You may read man zed after you've installed it with apt install zfs-zed.

"disk fails completly to a point where it needs to be changed" is not mentioned explicitly, but yes, I expect it to report fatal errors ;-)
 
If you have configured email notifications, you will get SMART errors.
I am not 100% sure if you also get ZFS and scrub errors by default, but I guess that is the case.
YES you will get a zfs and scrub warming mail. Found out the hard way. Now working on replacing a faulty drive in a zfs mirror pool.
 
For scrub we use zabbix lld with regex
maybe cou can create an cronjob with snapping the result from

zpool status <pool>

...
scan: scrub repaired 0B in 00:00:13 with 0 errors on Sun Jun 14 00:24:14 2026
...