The sysutils/ipmitool port should include a periodic IPMI status check script for monitoring sensors and the system event log. Fix: Attached is a patch that adds files/status-ipmi.sh, which is installed as ${PREFIX}/etc/periodic/daily/400.status-ipmi When /etc/periodic.conf contains 'daily_status_ipmi_enable="YES"' this script will run and output the current sensor readings, a warning if the SEL log capacity is >= 80%, and warning if any new SEL entries have been created since the last run. Patch attached with submission follows:
Maintainer of sysutils/ipmitool, Please note that PR ports/165204 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165204 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On 02/16/2012 09:00 AM, Edwin Groothuis wrote: > Maintainer of sysutils/ipmitool, > > Please note that PR ports/165204 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165204 > The patch looks good to me. Please apply it to the current ports tree. -- http://www.intermedix.com Steve Polyack, Director of Network Operations T: 412-422-3463 x4026 spolyack@collaborativefusion.com The information contained in this message is confidential and may be privileged and/or protected under law. If you received this message in error, please notify us immediately by forwarding a copy to karen.collier@intermedix.com and then deleting the original message and any attachments.
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it.
zi 2012-02-28 13:56:24 UTC FreeBSD ports repository Modified files: sysutils/ipmitool Makefile Added files: sysutils/ipmitool/files status-ipmi.sh.in Log: - Add periodic file for daily status information - Bump PORTREVISION PR: ports/165204 Submitted by: Will Glozer <will@glozer.net> Approved by: Steve Polyack <spolyack@collaborativefusion.com> (maintainer) Revision Changes Path 1.25 +12 -3 ports/sysutils/ipmitool/Makefile 1.1 +61 -0 ports/sysutils/ipmitool/files/status-ipmi.sh.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!