Merge branch 'master' of https://git.dinven.de/gitorious/Scripte
This commit is contained in:
commit
692e4dbb9e
@ -12,13 +12,14 @@
|
|||||||
# - options in linux style
|
# - options in linux style
|
||||||
# - it should do its job perfectly
|
# - it should do its job perfectly
|
||||||
#
|
#
|
||||||
|
# The warning and critical values are from a 2007 Google study (Failure Trends in a Large Disk Drive Population)
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
HDDTEMP="/usr/sbin/hddtemp"
|
HDDTEMP="/usr/sbin/hddtemp"
|
||||||
PARAMETER="$*"
|
PARAMETER="$*"
|
||||||
WARNING="40"
|
WARNING="40"
|
||||||
CRITICAL="50"
|
CRITICAL="45"
|
||||||
|
|
||||||
function hilfetext(){
|
function hilfetext(){
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
@ -80,6 +81,7 @@ function ParameterEvaluation(){
|
|||||||
if [ ! -x "$HDDTEMP" ]
|
if [ ! -x "$HDDTEMP" ]
|
||||||
then
|
then
|
||||||
echo "hddtemp nicht gefunden"
|
echo "hddtemp nicht gefunden"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Wenn keine Option oder Argument angegeben wurde, wird die Hilfe ausgegeben
|
#Wenn keine Option oder Argument angegeben wurde, wird die Hilfe ausgegeben
|
||||||
|
Loading…
Reference in New Issue
Block a user