description added
This commit is contained in:
parent
62a1d19f5b
commit
75d70a1268
@ -1,5 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/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"
|
HDDTEMP="/usr/sbin/hddtemp"
|
||||||
PARAMETER="$*"
|
PARAMETER="$*"
|
||||||
WARNING="40"
|
WARNING="40"
|
||||||
|
Loading…
Reference in New Issue
Block a user