zfs + health: only every hour (#600)
Reviewed-on: #600 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
5a76e15608
commit
f4db26b373
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
### when should the script be run
|
### when should the script be run
|
||||||
zfs_extra_cron_minutes_zfs_health: "0,15,30,45"
|
zfs_extra_cron_minutes_zfs_health: "0"
|
||||||
zfs_extra_cron_hours_zfs_health: "*"
|
zfs_extra_cron_hours_zfs_health: "*"
|
||||||
### under which user the script is run
|
### under which user the script is run
|
||||||
zfs_health_user_group: "root"
|
zfs_health_user_group: "root"
|
||||||
|
|
|
@ -100,7 +100,7 @@ ZED_SCRUB_AFTER_RESILVER=1
|
||||||
##
|
##
|
||||||
# The syslog tag for marking zed events.
|
# The syslog tag for marking zed events.
|
||||||
#
|
#
|
||||||
#ZED_SYSLOG_TAG="zed"
|
ZED_SYSLOG_TAG="zed"
|
||||||
|
|
||||||
##
|
##
|
||||||
# Which set of event subclasses to log
|
# Which set of event subclasses to log
|
||||||
|
|
Loading…
Reference in a new issue