aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshodanshok <g.danti@assyoma.it>2021-12-22 00:24:05 +0000
committerTony Hutter <hutter2@llnl.gov>2022-02-07 22:05:14 +0000
commite56dffe4b5cd00df2d46b75a80d3d17c8fe70eec (patch)
tree7f4ba0c61467a541dea7ae166aba02c7fb510aae
parente257bd481bb77181e475bf35292c1a4b0cb2c57a (diff)
downloadsrc-e56dffe4b5cd00df2d46b75a80d3d17c8fe70eec.tar.gz
src-e56dffe4b5cd00df2d46b75a80d3d17c8fe70eec.zip
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
-rw-r--r--cmd/zed/zed.d/zed.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc
index 1c278b2ef96e..b9bbb86aab12 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;