ZFS: Difference between revisions
Carschandler (talk | contribs) Tags: Mobile edit Mobile web edit |
|||
Line 460: | Line 460: | ||
Todo: sharesmb property for Samba. | Todo: sharesmb property for Samba. | ||
== Mail | == Mail notifications (ZFS Event Daemon) == | ||
ZFS Event Daemon (zed) monitors events generated by the ZFS kernel module and runs configured tasks. It can be configured to send an email when a pool scrub is finished or a disk has failed. [https://search.nixos.org/options?query=services.zfs.zed zed options] | ZFS Event Daemon (zed) monitors events generated by the ZFS kernel module and runs configured tasks. It can be configured to send an email when a pool scrub is finished or a disk has failed. [https://search.nixos.org/options?query=services.zfs.zed zed options] | ||
=== | === Option A: Enable Mail Notification without Re-compliation === | ||
First, we need to configure a mail transfer agent, the program that sends email: | First, we need to configure a mail transfer agent, the program that sends email: |