]> git.proxmox.com Git - mirror_zfs-debian.git/blame - cmd/zed/zed.d/zed.rc
Imported Upstream version 0.6.4.2
[mirror_zfs-debian.git] / cmd / zed / zed.d / zed.rc
CommitLineData
ea04106b
AX
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"
29
30# Replace a device with a hot spare after N I/O errors are detected.
31#ZED_SPARE_ON_IO_ERRORS=1
32
33# Replace a device with a hot spare after N checksum errors are detected.
34#ZED_SPARE_ON_CHECKSUM_ERRORS=10