1d7d28c
diff -Nur munin-1.2.5.orig/node/node.d/acpi.in munin-1.2.5/node/node.d/acpi.in
1d7d28c
--- munin-1.2.5.orig/node/node.d/acpi.in	2006-10-17 06:27:35.000000000 -0600
1d7d28c
+++ munin-1.2.5/node/node.d/acpi.in	2007-12-26 12:26:26.000000000 -0700
1d7d28c
@@ -51,7 +51,7 @@
1d7d28c
 
1d7d28c
         echo 'graph_title CPU temperature'
1d7d28c
         echo 'graph_args --base 1000 -l 0'
1d7d28c
-        echo 'graph_vlabel temp in °C'
1d7d28c
+        echo 'graph_vlabel temp in C'
1d7d28c
         echo 'graph_category sensors'
1d7d28c
 		echo 'graph_info This graph shows temperatures based on output from ACPI.'
1d7d28c
         echo cpu.label cpu
1d7d28c
diff -Nur munin-1.2.5.orig/node/node.d/hddtemp.in munin-1.2.5/node/node.d/hddtemp.in
1d7d28c
--- munin-1.2.5.orig/node/node.d/hddtemp.in	2006-10-17 06:27:35.000000000 -0600
1d7d28c
+++ munin-1.2.5/node/node.d/hddtemp.in	2007-12-26 12:26:18.000000000 -0700
1d7d28c
@@ -53,7 +53,7 @@
1d7d28c
 
1d7d28c
         echo 'graph_title HDD temperature'
1d7d28c
         echo 'graph_args --base 1000 -l 0'
1d7d28c
-        echo 'graph_vlabel temp in °C'
1d7d28c
+        echo 'graph_vlabel temp in C'
1d7d28c
         echo 'graph_category sensors'
1d7d28c
         for a in $drives ; do echo $a.label $a ; done
1d7d28c
         exit 0
1d7d28c
diff -Nur munin-1.2.5.orig/node/node.d/hddtemp_smartctl.in munin-1.2.5/node/node.d/hddtemp_smartctl.in
1d7d28c
--- munin-1.2.5.orig/node/node.d/hddtemp_smartctl.in	2006-10-17 06:27:35.000000000 -0600
1d7d28c
+++ munin-1.2.5/node/node.d/hddtemp_smartctl.in	2007-12-26 12:26:22.000000000 -0700
1d7d28c
@@ -135,7 +135,7 @@
1d7d28c
   } elsif ($ARGV[0] eq 'config') {
1d7d28c
     print "graph_title HDD temperature\n";
1d7d28c
     print "graph_args --base 1000 -l 0\n";
1d7d28c
-    print "graph_vlabel temp in °C\n";
1d7d28c
+    print "graph_vlabel temp in C\n";
1d7d28c
     print "graph_category sensors\n";
1d7d28c
     print "graph_info This graph shows the temperature in degrees Celsius of the hard drives in the machine.\n";
1d7d28c
     print "$_.label $_\n" foreach @drives;
1d7d28c
diff -Nur munin-1.2.5.orig/node/node.d.linux/interrupts.in munin-1.2.5/node/node.d.linux/interrupts.in
1d7d28c
--- munin-1.2.5.orig/node/node.d.linux/interrupts.in	2006-10-17 06:27:35.000000000 -0600
1d7d28c
+++ munin-1.2.5/node/node.d.linux/interrupts.in	2007-12-26 12:25:32.000000000 -0700
1d7d28c
@@ -56,12 +56,12 @@
1d7d28c
  
1d7d28c
 if [ "$1" = "config" ]; then
1d7d28c
 	# The title of the graph
1d7d28c
-	echo 'graph_title Interrupts & context switches'
1d7d28c
+	echo 'graph_title Interrupts & context switches'
1d7d28c
 	# Arguments to "rrdtool graph". In this case, tell it that the
1d7d28c
 	# lower limit of the graph is '0', and that 1k=1000 (not 1024)
1d7d28c
 	echo 'graph_args --base 1000 -l 0'
1d7d28c
 	# The Y-axis label
1d7d28c
-	echo 'graph_vlabel interrupts & ctx switches / ${graph_period}'
1d7d28c
+	echo 'graph_vlabel interrupts & ctx switches / ${graph_period}'
1d7d28c
 	# Graph category
1d7d28c
 	echo 'graph_category system'
1d7d28c
 	# Graph information