2019-03-07 20:03:53 +03:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2019-01-30 17:26:24 +03:00
|
|
|
From: Richard Laager <rlaager@wiktel.com>
|
|
|
|
Date: Wed, 30 Jan 2019 15:12:04 +0100
|
2019-03-07 20:03:53 +03:00
|
|
|
Subject: [PATCH] Enable zed emails
|
2019-01-30 17:26:24 +03:00
|
|
|
|
|
|
|
The OpenZFS event daemon monitors pools. This patch enables the email sending
|
|
|
|
function by default (if zed is installed). This is consistent with the default
|
|
|
|
behavior of mdadm.
|
2019-09-28 09:12:00 +03:00
|
|
|
|
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
2019-01-30 17:26:24 +03:00
|
|
|
---
|
2022-03-11 15:55:08 +03:00
|
|
|
cmd/zed/zed.d/zed.rc | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2019-01-30 17:26:24 +03:00
|
|
|
|
|
|
|
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc
|
2023-10-15 13:08:06 +03:00
|
|
|
index 78dc1afc7..41d5539ea 100644
|
2019-01-30 17:26:24 +03:00
|
|
|
--- a/cmd/zed/zed.d/zed.rc
|
|
|
|
+++ b/cmd/zed/zed.d/zed.rc
|
2023-10-15 13:08:06 +03:00
|
|
|
@@ -41,7 +41,7 @@ ZED_EMAIL_ADDR="root"
|
2019-01-30 17:26:24 +03:00
|
|
|
##
|
|
|
|
# Minimum number of seconds between notifications for a similar event.
|
|
|
|
#
|
|
|
|
-#ZED_NOTIFY_INTERVAL_SECS=3600
|
|
|
|
+ZED_NOTIFY_INTERVAL_SECS=3600
|
|
|
|
|
|
|
|
##
|
|
|
|
# Notification verbosity.
|