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
Next revisionBoth sides next revision
monitors:hardware_sensors [2013/09/27 12:17] – [Source] doctor_madnessmonitors:hardware_sensors [2022/12/11 11:04] – [Changelog] 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/hobbit-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 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/system Modify variables in both files to fit your needs/system
 +User 'xymon' should be allowed to use sudo on some commands (check variables including 'sudo' in xymon-hardware.sh)
 === Server side === === Server side ===
-Add hardware to you $BBHOME/server/bb-hosts line for the host running this script+Add hardware to you $XYMONHOME/server/hosts line for the host running this script
  
 ===== Source ===== ===== Source =====
Line 542: Line 543:
  
 ===== To Do ===== ===== To Do =====
-v0.5+v0.6
   * To be independent of /etc/sensors.conf -> we get raw values, and we set right ones from those, and define thresolds in hobbit-hardware.conf file            * To be independent of /etc/sensors.conf -> we get raw values, and we set right ones from those, and define thresolds in hobbit-hardware.conf file         
   * Support for independant temperatures thresolds for each disk   * Support for independant temperatures thresolds for each disk
Line 571: Line 572:
   * **2013-06-27 v0.4**   * **2013-06-27 v0.4**
     * Fix hddtemp output handling (print last field instead of field N)     * Fix hddtemp output handling (print last field instead of field N)
 +  * **2013-09-27 v0.5**
 +    * Add support for HP monitoring tool (hpacucli)
 +  * **2022-07-13 v0.6**
 +    * Add support for disks independent temperatures
 +
 +
  • monitors/hardware_sensors.txt
  • Last modified: 2022/12/11 11:12
  • by doktoil_makresh