diff options
author | jesper <jesper@FreeBSD.org> | 2003-10-27 20:14:53 +0000 |
---|---|---|
committer | jesper <jesper@FreeBSD.org> | 2003-10-27 20:14:53 +0000 |
commit | 41ec55c865d11300c8d1b6847c05f1574582870e (patch) | |
tree | 6ae8e484e5dc3e15830c6b1292dd3e9fe63aebb3 /etc/defaults | |
parent | bf1f504459b39b3f6246848a1fe738b25e808654 (diff) | |
download | FreeBSD-src-41ec55c865d11300c8d1b6847c05f1574582870e.zip FreeBSD-src-41ec55c865d11300c8d1b6847c05f1574582870e.tar.gz |
Add status checking of ATA raid to the daily periodic scripts.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/periodic.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index bcb1c7f..f6e3fce 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -85,6 +85,9 @@ daily_news_expire_enable="YES" # Run news.expire daily_status_disks_enable="YES" # Check disk status daily_status_disks_df_flags="-k -t nonfs" # df(1) flags for check +# 405.status-ata_raid +status_ata_raid_enable="NO" # Check ATA raid status + # 420.status-network daily_status_network_enable="YES" # Check network status daily_status_network_usedns="YES" # DNS lookups are ok |