diff options
Diffstat (limited to 'cmd/zed/zed.d/zed.rc')
-rw-r--r-- | cmd/zed/zed.d/zed.rc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc index 4c53207d7..05f84c877 100644 --- a/cmd/zed/zed.d/zed.rc +++ b/cmd/zed/zed.d/zed.rc @@ -8,28 +8,28 @@ #ZED_DEBUG_LOG="/tmp/zed.debug.log" ## -# Email address of the zpool administrator. +# Email address of the zpool administrator for receipt of notifications. # Email will only be sent if ZED_EMAIL is defined. # Disabled by default; uncomment to enable. # #ZED_EMAIL="root" ## -# Minimum number of seconds between emails for a similar event. +# Default directory for zed lock files. # -#ZED_EMAIL_INTERVAL_SECS=3600 +#ZED_LOCKDIR="/var/lock" ## -# Email verbosity. -# If set to 0, suppress email if the pool is healthy. -# If set to 1, send email regardless of pool health. +# Minimum number of seconds between notifications for a similar event. # -#ZED_EMAIL_VERBOSE=0 +#ZED_NOTIFY_INTERVAL_SECS=3600 ## -# Default directory for zed lock files. +# Notification verbosity. +# If set to 0, suppress notification if the pool is healthy. +# If set to 1, send notification regardless of pool health. # -#ZED_LOCKDIR="/var/lock" +#ZED_NOTIFY_VERBOSE=0 ## # Default directory for zed state files. |