You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
#It should be stored in etc directory, located in Hobbit/Xymon client home (typically ~xymon/client/etc or ~hobbit/client/etc). If you want to change this, you have to edit hobbit-hardware.sh to point to the right location
#One disk per line :
DISK_WARNING_TEMP=45
DISK_PANIC_TEMP=50
DISK=/dev/sda
#If you dont want use lm-sensors, set SENSOR to 0
SENSOR=1
#Actually we cant get more than one sensor managed, but in a future release...
SENSOR_PROBE=w83627thf-isa-0a00
#By default, we use hddtemp command to get disks temperature.
#If you prefer usage of smartctl instead of hddtemp, set SMARTCTL=1
SMARTCTL=0
#In some case, you must provide HDD controller chipset name, if needed uncomment SMARTCTL_CHIPSET and choose the right disk controller chipset.
#To get full list, just type : "smartctl -d"
#For QNAP's TurboStation 209 Pro II, chipset is "marvell".