Default Critical Wert angepasst

This commit is contained in:
root 2019-10-13 20:30:58 +02:00
parent 75d70a1268
commit cbb8c06883
1 changed files with 2 additions and 1 deletions

View File

@ -12,13 +12,14 @@
# - options in linux style
# - 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"
PARAMETER="$*"
WARNING="40"
CRITICAL="50"
CRITICAL="45"
function hilfetext(){
cat <<- EOF