Bug 165204 - sysutils/ipmitool should have periodic IPMI status check
Summary: sysutils/ipmitool should have periodic IPMI status check
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 14:00 UTC by Will Glozer
Modified: 2012-02-28 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.82 KB, patch)
2012-02-16 14:00 UTC, Will Glozer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Will Glozer 2012-02-16 14:00:30 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-16 14:00:47 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-16 14:00:50 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Steve Polyack 2012-02-24 14:57:49 UTC
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.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-02-24 16:59:40 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Ryan Steinmetz freebsd_committer freebsd_triage 2012-02-28 03:05:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-02-28 13:56:37 UTC
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"
Comment 7 Ryan Steinmetz freebsd_committer freebsd_triage 2012-02-28 13:57:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!