From 3cdc737d7854b672334f95196200e692e0f74556 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 10 Dec 2012 06:51:44 +0100 Subject: [PATCH] do not use special chars, munin supports latin1 only --- heatpump-dimplex-wpm_ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/heatpump-dimplex-wpm_ b/heatpump-dimplex-wpm_ index fff7fe7..b99ccfe 100755 --- a/heatpump-dimplex-wpm_ +++ b/heatpump-dimplex-wpm_ @@ -52,14 +52,14 @@ if [ "$1" = "config" ]; then #Outdoor temperature echo 'multigraph heatpump_dimplex_wpm_outtemp' - echo 'graph_title Außentemperatur' + echo 'graph_title Aussentemperatur' echo 'graph_args --base 1000' echo 'graph_vlabel °C' echo 'graph_info Zeigt die gemessene Außentemperatur an' echo 'graph_scale no' echo 'graph_category sensors' - echo 'outtemp.label Außentemperatur' + echo 'outtemp.label Aussentemperatur' echo 'outtemp.draw LINE1' #Heating temperatures @@ -71,9 +71,9 @@ if [ "$1" = "config" ]; then echo 'graph_scale no' echo 'graph_category sensors' - echo 'returntargettemp.label Rücklaufsolltemperatur' + echo 'returntargettemp.label Ruecklaufsolltemperatur' echo 'returntargettemp.draw LINE1' - echo 'returntemp.label Rücklauftemperatur' + echo 'returntemp.label Ruecklauftemperatur' echo 'returntemp.draw LINE1' echo 'influxtemp.label Vorlauftemperatur' echo 'influxtemp.draw LINE1' -- 2.30.2