From 75d70a126846794c84dbb5c1ecb0ea0efcc9f369 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Oct 2019 20:15:02 +0200 Subject: [PATCH] description added --- checks/check_hddtemp.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/checks/check_hddtemp.sh b/checks/check_hddtemp.sh index 214740b..c87a6f9 100755 --- a/checks/check_hddtemp.sh +++ b/checks/check_hddtemp.sh @@ -1,5 +1,20 @@ #!/bin/bash +################################################################################ +# +# This plugin checks the temperature via hddtemp +# +# I wrote this check-Script, because all other tools didn't do what I wanted. +# The goal was: +# - hddtemp is to be used (small, fast) +# - a better output (with manufacturer and model) +# - deliver performance data +# - options in linux style +# - it should do its job perfectly +# +# +################################################################################ + HDDTEMP="/usr/sbin/hddtemp" PARAMETER="$*" WARNING="40"