Changeset 675

Show
Ignore:
Timestamp:
01/25/05 22:01:21 (7 years ago)
Author:
jimmyo
Message:

Added plugin generic/hddtemp_smartctl, made by Lupe Christoph. Made it the default hddtemp plugin.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.276 to 1.277
    r671 r675  
    2020  * Plugins: Turn on graph_scale for generic/postfix_mailvolume. 
    2121  * Plugins: Make generic/postfix_mailstats catch more formats (Deb#292110). 
     22  * Plugins: Added plugin generic/hddtemp_smartctl, made by Lupe Christoph. 
     23    Made it the default hddtemp plugin. 
    2224  * Installation: Make the single python plugin use @@PYTHON@@ again. 
    2325  * Docs: Documented minimum requirements for use of graph_sums (SF#1109040). 
  • trunk/node/node.d/hddtemp.in

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r413 r675  
    22# 
    33# Plugin to monitor harddrive temperatures through SMART. 
     4# 
     5# This plugin is an alternative to hddtemp_smartctl, which is 
     6# the preferred one. 
    47# 
    58# client-conf.d/-options: 
     
    811# 
    912# $Log$ 
     13# Revision 1.5  2005/01/25 21:01:20  jimmyo 
     14# Added plugin generic/hddtemp_smartctl, made by Lupe Christoph. Made it the default hddtemp plugin. 
     15# 
    1016# Revision 1.4  2004/11/10 16:00:39  jimmyo 
    1117# Applied patch from Nicolas Stransky to generic/hddtemp, to fetch temp more elegantly (SF#1052845). 
  • trunk/node/node.d/hddtemp2.in

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r455 r675  
    22# 
    33# Plugin to monitor hard drive temperatures. 
     4# 
     5# This plugin is an alternative to the hddtemp_smartctl, which is the  
     6# preferred one. 
    47# 
    58# Requirements: 
     
    2124# 
    2225# $Log$ 
     26# Revision 1.8  2005/01/25 21:01:21  jimmyo 
     27# Added plugin generic/hddtemp_smartctl, made by Lupe Christoph. Made it the default hddtemp plugin. 
     28# 
    2329# Revision 1.7  2004/11/20 21:56:15  jimmyo 
    2430# Fixed bug in generic/hddtemp2, patch by arturaz (SF#1037002). 
     
    4450# 
    4551# Magic markers: 
    46 #%# family=auto 
     52#%# family=contrib 
    4753#%# capabilities=autoconf 
    4854 
  • trunk/node/node.d/hddtempd.in

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r430 r675  
    22# 
    33# Munin plugin to monitor hdd temperature from a hddtemp daemon. 
     4# 
     5# This plugin is an alternative to the hddtemp_smartctl, which is the  
     6# preferred one. 
    47# 
    58# Author: Stein Magnus Jodal <jodal at users.sourceforge.net> 
     
    3942# munin-config: 
    4043# 
    41 #%# family=auto 
     44#%# family=contrib 
    4245#%# capabilities=autoconf 
    4346 
  • trunk/node/plugins.history.in

    • Property cvs2svn:cvs-rev changed from 1.25 to 1.26
    r613 r675  
    116116[1.1.8] 
    117117[1.1.9] 
     118[1.3.1] 
     119generic/hddtemp_smartctl