description added

This commit is contained in:
root 2019-10-13 20:15:02 +02:00
parent 62a1d19f5b
commit 75d70a1268
1 changed files with 15 additions and 0 deletions

View File

@ -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"