<br>
<br><tt><font size=2>Thomas Bergauer <thomas@bergauer.org> schrieb
am 03.06.2007 14:59:37:<br>
<br>
> hi!<br>
> <br>
> i have hobbit running and my clients sending the server the  output
of<br>
> the lm_sensor command to show temperatures and voltages of the<br>
> mainboard. The output looks basically like this:<br>
> <br>
> as99127f-i2c-0-2d<br>
> Adapter: SMBus PIIX4 adapter at e800<br>
> VCore 1:   +2.05 V  (min =  +1.74 V, max =  +2.22
V)              <br>
> VCore 2:   +2.59 V  (min =  +2.24 V, max =  +2.74
V)              <br>
> +3.3V:     +3.50 V  (min =  +2.96 V, max =  +3.62
V)              <br>
> +5V:       +5.08 V  (min =  +4.49 V, max
=  +5.48 V)              <br>
> +12V:     +11.67 V  (min =  +9.12 V, max = +13.62
V)              <br>
> -12V:     -11.57 V  (min = -14.37 V, max =  -9.60
V)              <br>
...<br>
> <br>
> I have set up a custom rrd graph to plot these data. However, I am<br>
> getting the following error in the rrd-status.log:<br>
> RRD error creating /usr/lib/hobbit/data/rrd/server/sensors.rrd: <br>
> Duplicate DS name: 12V<br>
> <br>
> It seems that +12V and -12V are treated as a single name. how can
I<br>
> avoid this problem?</font></tt>
<br>
<br><tt><font size=2>Documentation in hobbitd_rrd.8.html says that 'only
the valid letters (A-Z a-z) and digits (0-9) are used in dataset names,
whitespaces and other characters are stripped off...</font></tt>
<br>
<br><tt><font size=2>so you should also see a problem with 'VCore 1' and
'VCore 2' ;-), that means before sending the output to the hobbit server
you will have to parse the input, using a shell script or whatever...</font></tt>
<br>
<br><tt><font size=2>best regards</font></tt>
<br><tt><font size=2>Klaus</font></tt>
<br><tt><font size=2>-kpb></font></tt>
<br>
<br><tt><font size=2><br>
> <br>
> thanks, Thomas<br>
> <br>
> To unsubscribe from the hobbit list, send an e-mail to<br>
> hobbit-unsubscribe@hswn.dk<br>
> <br>
> <br>
</font></tt>