monitors:hardware_sensors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
monitors:hardware_sensors [2013/09/27 12:22] – [Installation] doctor_madnessmonitors:hardware_sensors [2022/12/11 11:08] – old revision restored (2022/12/11 11:04) doktoil_makresh
Line 1: Line 1:
 ====== Hardware monitoring ====== ====== Hardware monitoring ======
  
-^ Author | [[ doctor@makelofine.org | Damien Martins ]] | +^ Author         | [[doctor@makelofine.org| Damien Martins ]]                    
-^ Compatibility | Xymon 4.2.2/4.3.12 | +^ Compatibility  | Xymon 4.2.2/4.3.12                                            
-^ Requirements | sh (or bash), hddtemp, smartmontools | +^ Requirements   | sh (or bash), hddtemp, smartmontools                          
-^ Download | https://www.makelofine.org/xymon-plugins/xymon-hardware-v0.5.tar.bz2 +^ Download       Part of https://github.com/doktoil-makresh/xymon-plugins.git  
-^ Last Update | 2013-09-27 |+^ Last Update    2022-07-13                                                    |
  
 ===== Description ===== ===== Description =====
Line 25: Line 25:
  
 # ALL THIS SCRIPT IS UNDER GPL LICENSE # ALL THIS SCRIPT IS UNDER GPL LICENSE
-# Version 0.5+# Version 0.6
 # Title:     xymon-hardware # Title:     xymon-hardware
 # Author:    Damien Martins  ( doctor |at| makelofine |dot| org) # Author:    Damien Martins  ( doctor |at| makelofine |dot| org)
Line 32: Line 32:
 # Platforms: Uni* having lm-sensor and hddtemp utilities # Platforms: Uni* having lm-sensor and hddtemp utilities
 # Tested:    Xymon 4.3.4 / hddtemp version 0.3-beta15 (Debian Lenny and Etch packages) / sensors version 3.0.2 with libsensors version 3.0.2 (Debian Lenny package) / sensors version 3.0.1 with libsensors version 3.0.1 (Debian Etch package) # Tested:    Xymon 4.3.4 / hddtemp version 0.3-beta15 (Debian Lenny and Etch packages) / sensors version 3.0.2 with libsensors version 3.0.2 (Debian Lenny package) / sensors version 3.0.1 with libsensors version 3.0.1 (Debian Etch package)
-  
-#TODO for v0.6 
-#       -To be independent of /etc/sensors.conf -> we get raw values, and we set right ones from those, and define thresolds in xymon-hardware.cfg file 
-# -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) 
-# -Possibility to disable lm-sensors 
-# -Possibility to choose smartctl chipset 
-# 25 jun 2009 - Damien Martins 
-#       v0.1.2 : -New error messages (more verbose, more accurate) 
-# 18 jun 2009 - Damien Martins 
-#       v0.1.1 : -Bug fixes 
-# 15 jan 2009 - Damien Martins 
-#        v0.1 : First lines, trying to get : 
-#       -temperatures value, and defined thresolds 
-#       -fan rotation speed and thresold 
-#       -voltages and thresolds 
-#       -HDD temperature (thresold is not include, so we set it in this file) 
    
 ################################################################################# #################################################################################
Line 574: 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
 +</code>
 +
  • monitors/hardware_sensors.txt
  • Last modified: 2022/12/11 11:12
  • by doktoil_makresh