SOURCES: munin-plugins.patch - use UTF-8 strings in hddtemp_smartctl
baggins
baggins at pld-linux.org
Tue Apr 14 17:31:41 CEST 2009
Author: baggins Date: Tue Apr 14 15:31:40 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use UTF-8 strings in hddtemp_smartctl
---- Files affected:
SOURCES:
munin-plugins.patch (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SOURCES/munin-plugins.patch
diff -u SOURCES/munin-plugins.patch:1.25 SOURCES/munin-plugins.patch:1.26
--- SOURCES/munin-plugins.patch:1.25 Mon Mar 16 16:37:39 2009
+++ SOURCES/munin-plugins.patch Tue Apr 14 17:31:35 2009
@@ -941,3 +941,14 @@
if [ -n "$TEMP_FILE" -a -f "$TEMP_FILE" ]
then
+--- munin-1.3.4/node/node.d/hddtemp_smartctl.in. 2009-04-14 17:29:08.000000000 +0200
++++ munin-1.3.4/node/node.d/hddtemp_smartctl.in 2008-03-08 02:42:39.000000000 +0100
+@@ -126,7 +126,7 @@
+ } elsif ($ARGV[0] eq 'config') {
+ print "graph_title HDD temperature\n";
+ print "graph_args --base 1000 -l 0\n";
+- print "graph_vlabel temp in °C\n";
++ print "graph_vlabel temp in °C\n";
+ print "graph_category sensors\n";
+ print "graph_info This graph shows the temperature in degrees Celsius of the hard drives in the machine.\n";
+ print "$_.label $_\n" foreach @drives;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/munin-plugins.patch?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list