Changeset 675
- Timestamp:
- 01/25/05 22:01:21 (7 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/node/node.d/hddtemp.in (modified) (2 diffs, 1 prop)
- trunk/node/node.d/hddtemp2.in (modified) (3 diffs, 1 prop)
- trunk/node/node.d/hddtemp_smartctl.in (added)
- trunk/node/node.d/hddtempd.in (modified) (2 diffs, 1 prop)
- trunk/node/plugins.history.in (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.276 to 1.277
r671 r675 20 20 * Plugins: Turn on graph_scale for generic/postfix_mailvolume. 21 21 * 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. 22 24 * Installation: Make the single python plugin use @@PYTHON@@ again. 23 25 * 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 2 2 # 3 3 # Plugin to monitor harddrive temperatures through SMART. 4 # 5 # This plugin is an alternative to hddtemp_smartctl, which is 6 # the preferred one. 4 7 # 5 8 # client-conf.d/-options: … … 8 11 # 9 12 # $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 # 10 16 # Revision 1.4 2004/11/10 16:00:39 jimmyo 11 17 # 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 2 2 # 3 3 # Plugin to monitor hard drive temperatures. 4 # 5 # This plugin is an alternative to the hddtemp_smartctl, which is the 6 # preferred one. 4 7 # 5 8 # Requirements: … … 21 24 # 22 25 # $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 # 23 29 # Revision 1.7 2004/11/20 21:56:15 jimmyo 24 30 # Fixed bug in generic/hddtemp2, patch by arturaz (SF#1037002). … … 44 50 # 45 51 # Magic markers: 46 #%# family= auto52 #%# family=contrib 47 53 #%# capabilities=autoconf 48 54 trunk/node/node.d/hddtempd.in
- Property cvs2svn:cvs-rev changed from 1.2 to 1.3
r430 r675 2 2 # 3 3 # 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. 4 7 # 5 8 # Author: Stein Magnus Jodal <jodal at users.sourceforge.net> … … 39 42 # munin-config: 40 43 # 41 #%# family= auto44 #%# family=contrib 42 45 #%# capabilities=autoconf 43 46 trunk/node/plugins.history.in
- Property cvs2svn:cvs-rev changed from 1.25 to 1.26
r613 r675 116 116 [1.1.8] 117 117 [1.1.9] 118 [1.3.1] 119 generic/hddtemp_smartctl
