]> granicus.if.org Git - zfs/blob - cmd/zed/zed.d/zed.rc
Initial implementation of zed (ZFS Event Daemon)
[zfs] / cmd / zed / zed.d / zed.rc
1 # zed.rc
2
3 # Absolute path to the debug output file.
4 #ZED_DEBUG_LOG="/tmp/zed.debug.log"
5
6 # Email address of the zpool administrator.
7 #   Email will only be sent if ZED_EMAIL is defined.
8 #ZED_EMAIL="root"
9
10 # Email verbosity.
11 #   If set to 0, suppress email if the pool is healthy.
12 #   If set to 1, send email regardless of pool health.
13 #ZED_EMAIL_VERBOSE=0
14
15 # Minimum number of seconds between emails sent for a similar event.
16 #ZED_EMAIL_INTERVAL_SECS="3600"
17
18 # Default directory for zed lock files.
19 #ZED_LOCKDIR="/var/lock"
20
21 # Default directory for zed state files.
22 #ZED_RUNDIR="/var/run"
23
24 # The syslog priority (eg, specified as a "facility.level" pair).
25 #ZED_SYSLOG_PRIORITY="daemon.notice"
26
27 # The syslog tag for marking zed events.
28 #ZED_SYSLOG_TAG="zed"