FreeBSD Bugzilla – Attachment 112251 Details for
Bug 153630
Fixed wrong variable in script nagios-check_hdd_health
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 977 bytes, created by
Marián Jamrich
on 2011-01-02 17:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Marián Jamrich
Created:
2011-01-02 17:50:08 UTC
Size:
977 bytes
patch
obsolete
>--- check_hdd_health 2011-01-02 18:34:03.843906176 +0100 >+++ /usr/local/libexec/nagios/check_hdd_health 2010-12-10 21:03:15.614043320 +0100 >@@ -16,7 +16,7 @@ > PROGNAME=`basename $0` > > # Version >-VERSION="Version 1.0.1" >+VERSION="Version 1.0" > > # Author > AUTHOR="Marian Jamrich" >@@ -37,7 +37,7 @@ > print_help() { > clear; > echo "*********************************************************************************" >- echo "* $PROGNAME $VERSION $1""($AUTHOR) <jamrich.majo@gmail.com> (2011) *" >+ echo "* $PROGNAME $VERSION $1""($AUTHOR) <jamrich.majo@gmail.com> (2010) *" > echo "*********************************************************************************" > echo "This is Nagios plugin to check HDD health from S.M.A.R.T. by Smartmontools." > echo ' >@@ -111,7 +111,7 @@ > if [ ! -e $device ]; then > echo > echo "Unknown device \"$device\"!" >- exit $ST_UN >+ exit $ST_UK > fi > > if [ -z $smartctl ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 153630
: 112251