diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-09 21:15:02 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-09 21:15:02 +0800 |
commit | a194c57a394de7d482c48ce4c32f9880e690b825 (patch) | |
tree | bebc6ed987ceb2eb8a4529f87ab9978e2778b0ff /sysutils/linux-megacli/pkg-message | |
parent | f596d4463a525c4c25c3cc721a06aa981d94a9d7 (diff) | |
download | freebsd-ports-gnome-a194c57a394de7d482c48ce4c32f9880e690b825.tar.gz freebsd-ports-gnome-a194c57a394de7d482c48ce4c32f9880e690b825.tar.zst freebsd-ports-gnome-a194c57a394de7d482c48ce4c32f9880e690b825.zip |
- Add periodic script that reports raid status
- Update pkg-message
- Correct prerequisite checks in script
- Bump PORTREVISION
PR: ports/109753
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports at zabbadoz.net>
Approved by: Ruben van Staveren <ruben at verweg.com> (maintainer)
Diffstat (limited to 'sysutils/linux-megacli/pkg-message')
-rw-r--r-- | sysutils/linux-megacli/pkg-message | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/sysutils/linux-megacli/pkg-message b/sysutils/linux-megacli/pkg-message index 08da2f475d0d..e9927447136f 100644 --- a/sysutils/linux-megacli/pkg-message +++ b/sysutils/linux-megacli/pkg-message @@ -20,11 +20,20 @@ Add the following to /etc/sysctl.conf Add the following to /etc/fstab # For MegaCLi - linsys /compat/linux/sys linsysfs rw 0 0 + linproc /compat/linux/proc linprocfs rw 0 0 + linsys /compat/linux/sys linsysfs rw 0 0 + +Add the following to /etc/periodic.conf + + # !!! Warning: test before running on a production system !!! + # !!! Warning: might hang your system !!! + # For daily summary mails and log diffs: + daily_status_mfi_raid_enable="YES" + # In case you want really lots of details enable this: + daily_status_mfi_raid_verbose="NO" If you find mfi(4) too verbose, see mfi_evt_class_t in /usr/src/sys/dev/mfi/mfireg.h for values you can use in the + hw.mfi.event_class +sysctl variable. -hw.mfi.event_class - -sysctl variable |