Bug 152916 - [new port] net-mgmt/nagios-check_hdd_health , is a Nagios plug-in written in shell to check your HDD health using SmartMonTools
Summary: [new port] net-mgmt/nagios-check_hdd_health , is a Nagios plug-in written in ...
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 09:10 UTC by Marián Jamrich
Modified: 2010-12-10 05:00 UTC (History)
0 users

See Also:


Attachments
file.shar (10.64 KB, text/plain)
2010-12-08 09:10 UTC, Marián Jamrich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marián Jamrich 2010-12-08 09:10:11 UTC
check_hdd_health is a Nagios plug-in written in shell to check your HDD health using SmartMonTools.
This script check HDD from S.M.A.R.T this values:

- Spin Retry Count
- Reallocated Sector Ct
- Reallocated Event Count
- Current Pending Sector
- Offline Uncorrectable
- Total health test

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-08 18:51:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-10 04:51:23 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-10 04:51:25 UTC
pgollucci    2010-12-10 04:51:20 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/nagios-check_hdd_health Makefile distinfo pkg-descr 
                                     pkg-plist 
    net-mgmt/nagios-check_hdd_health/src check_hdd_health 
  Log:
  check_hdd_health is a Nagios plug-in written in shell to check HDD health.
  This script check HDD from S.M.A.R.T this values:
  - Spin Retry Count
  - Reallocated Sector Ct
  - Reallocated Event Count
  - Current Pending Sector
  - Offline Uncorrectable
  - Total health test
  
  PR:             ports/152916
  Submitted by:   jamrich.majo at gmail.com
  
  Revision  Changes    Path
  1.229     +1 -0      ports/net-mgmt/Makefile
  1.1       +24 -0     ports/net-mgmt/nagios-check_hdd_health/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/nagios-check_hdd_health/distinfo (new)
  1.1       +8 -0      ports/net-mgmt/nagios-check_hdd_health/pkg-descr (new)
  1.1       +2 -0      ports/net-mgmt/nagios-check_hdd_health/pkg-plist (new)
  1.1       +172 -0    ports/net-mgmt/nagios-check_hdd_health/src/check_hdd_health (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"