aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorshodanshok <[email protected]>2021-12-22 01:24:05 +0100
committerTony Hutter <[email protected]>2022-02-07 14:05:14 -0800
commite56dffe4b5cd00df2d46b75a80d3d17c8fe70eec (patch)
tree7f4ba0c61467a541dea7ae166aba02c7fb510aae /cmd
parente257bd481bb77181e475bf35292c1a4b0cb2c57a (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')
-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 1c278b2ef..b9bbb86aa 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;