diff options
author | shodanshok <[email protected]> | 2021-12-22 01:24:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-21 16:24:05 -0800 |
commit | bfb3b0d77ac2e91b986f074fccfe8ef828258866 (patch) | |
tree | a3b2a346a94c09064e5bfd3eac007795bc96fa8a /cmd/zed | |
parent | 153f7c9f72082d7ef5ee27fcbec1bcb94ba88151 (diff) |
zed: send notification email by default
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Gionatan Danti <[email protected]>
Closes #12806
Diffstat (limited to 'cmd/zed')
-rw-r--r-- | cmd/zed/zed.d/zed.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc index 3bbd701f3..9ac77f929 100644 --- a/cmd/zed/zed.d/zed.rc +++ b/cmd/zed/zed.d/zed.rc @@ -13,9 +13,9 @@ # Email address of the zpool administrator for receipt of notifications; # multiple addresses can be specified if they are delimited by whitespace. # Email will only be sent if ZED_EMAIL_ADDR is defined. -# Disabled by default; uncomment to enable. +# Enabled by default; comment to disable. # -#ZED_EMAIL_ADDR="root" +ZED_EMAIL_ADDR="root" ## # Name or path of executable responsible for sending notifications via email; |