Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| monitors:hardware_sensors [2013/09/27 12:18] – [Changelog] doctor_madness | monitors:hardware_sensors [2022/12/11 11:12] (current) – [Source] doktoil_makresh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Hardware monitoring ====== | ====== Hardware monitoring ====== | ||
| - | ^ Author | [[ doctor@makelofine.org | Damien Martins ]] | | + | ^ Author |
| - | ^ Compatibility | Xymon 4.2.2/ | + | ^ Compatibility |
| - | ^ Requirements | sh (or bash), hddtemp, smartmontools | | + | ^ Requirements |
| - | ^ Download | https://www.makelofine.org/ | + | ^ Download |
| - | ^ Last Update | 2013-09-27 | | + | ^ Last Update |
| ===== Description ===== | ===== Description ===== | ||
| Line 11: | Line 11: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| === Client side === | === Client side === | ||
| - | Untar this package, put hobbit-hardware.sh in $BBHOME/ext directory | + | Untar this package, put hobbit-hardware.sh in $XYMONCLIENTHOME/ext directory |
| - | Put hobbit-hardware.conf in $BBHOME/etc directory | + | Put xymon-hardware.cfg in $XYMONCLIENTHOME/etc directory |
| Modify variables in both files to fit your needs/ | Modify variables in both files to fit your needs/ | ||
| + | User ' | ||
| === Server side === | === Server side === | ||
| - | Add hardware to you $BBHOME/server/bb-hosts line for the host running this script | + | Add hardware to you $XYMONHOME/ |
| ===== Source ===== | ===== Source ===== | ||
| Line 24: | Line 25: | ||
| # ALL THIS SCRIPT IS UNDER GPL LICENSE | # ALL THIS SCRIPT IS UNDER GPL LICENSE | ||
| - | # Version 0.5 | + | # Version 0.6 |
| # Title: | # Title: | ||
| # Author: | # Author: | ||
| - | # Date: | + | # Date: |
| # Purpose: | # Purpose: | ||
| # Platforms: Uni* having lm-sensor and hddtemp utilities | # Platforms: Uni* having lm-sensor and hddtemp utilities | ||
| # Tested: | # Tested: | ||
| - | |||
| - | #TODO for v0.6 | ||
| - | # -To be independent of / | ||
| - | # -Support for multiples sensors | ||
| - | # -Support for independant temperatures thresolds for each disk | ||
| - | # | ||
| - | # History : | ||
| - | # 27 sep 2013 - Damien Martins | ||
| - | # v0.5 : Add support for HP monitoring tools (hpacucli) | ||
| - | # 27 jun 2013 - Damien Martins and Xavier Carol i Rosell | ||
| - | # v0.4 : Fix hddtemp output handling (print last field instead of field N) | ||
| - | # 09 sep 2011 - Damien Martins | ||
| - | # v0.3 : Add support for OpenManage Physical disks, temps | ||
| - | # 17 feb 2010 - Damien Martins | ||
| - | # v0.2.2 : Minor code optimizations | ||
| - | # 22 jan 2010 - Damien Martins | ||
| - | # v0.2.1 : Minor bug fix | ||
| - | # 14 nov 2009 - Damien Martins | ||
| - | # v0.2 : -Getting sensor probe no more hard coded | ||
| - | # -More verbosity when commands fail | ||
| - | # -Disk temperature thresolds in xymon-hardware.cfg file. | ||
| - | # -Support smartctl to replace hddtemp (if needed) | ||
| - | # | ||
| - | # | ||
| - | # 25 jun 2009 - Damien Martins | ||
| - | # | ||
| - | # 18 jun 2009 - Damien Martins | ||
| - | # | ||
| - | # 15 jan 2009 - Damien Martins | ||
| - | # v0.1 : First lines, trying to get : | ||
| - | # | ||
| - | # -fan rotation speed and thresold | ||
| - | # | ||
| - | # -HDD temperature (thresold is not include, so we set it in this file) | ||
| ################################################################################# | ################################################################################# | ||
| Line 573: | Line 540: | ||
| * **2013-09-27 v0.5** | * **2013-09-27 v0.5** | ||
| * Add support for HP monitoring tool (hpacucli) | * Add support for HP monitoring tool (hpacucli) | ||
| + | * **2022-07-13 v0.6** | ||
| + | * Add support for disks independent temperatures | ||
| + | </ | ||
| + | |||