zed: send notification email by default

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Gionatan Danti <g.danti@assyoma.it>
Closes #12806
This commit is contained in:
shodanshok 2021-12-22 01:24:05 +01:00 committed by GitHub
parent 153f7c9f72
commit bfb3b0d77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
# Email address of the zpool administrator for receipt of notifications; # Email address of the zpool administrator for receipt of notifications;
# multiple addresses can be specified if they are delimited by whitespace. # multiple addresses can be specified if they are delimited by whitespace.
# Email will only be sent if ZED_EMAIL_ADDR is defined. # 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; # Name or path of executable responsible for sending notifications via email;