Looking for problem notification per email in case of problems

muekno

Member
Dec 15, 2023
260
22
23
Subject say all, how can I be notified via email in case of problems on the PVE host, i.e. disk nearly full, ram nearly full, disk/ZFS errors etc,
 
For monitoring ZFS pools, there should be zed (ZFS event daemon) set up by default. In case of noteworthy events it sends an email to the local root user, which is forwarded by the local Postfix instance into our notification stack as an notification event of type system-mail [1].

For anything else you should set up a separate monitoring solution of your choice for your Proxmox VE host, e.g. Netdata, Prometheus, Icinga etc.
We have plans for integrating different kinds of health checks/alerts natively into Proxmox PVE, but there is not ETA for that and it will not likely be a full replacement for a dedicated monitoring solution.

Hope this helps!

[1] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_system_mail_forwarding
 
Thank you,
I think I have configured the notification correct, but have not been notified by a ZFS disk failure, some IO errors. As you write that notification should be by default, I will recheck the notification with you link