<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello all,<br>
I've been using collectd as a replacement of mrtg to collect port
statistics from about 300 switches each 2 minutes.<br>
It works well and eats several times less resources than mrtg did.<br>
<br>
Now I am trying to collect data from w1 temperature sensors DS18B20
connected to openwrt router.<br>
But, rrds generated directly on openwrt are not readable on x86_64, and
converting using rrdtool dump to xml and then restore back is just not
practical.<br>
<br>
The next thing I tried was to send data over internet using collectd's
native udp network protocol.<br>
RRD's (and csv files) are generated on server, but values are completly
broken.<br>
<br>
CSV on openwrt(mips):<br>
<br>
temperature-pokoj-2009-10-20<br>
1256052837,6.687000<br>
<br>
CSV on server(x86_64):<br>
1256052837,85895840939116867079627892876790231980165998278341611721092715221072275612443160256707909917618610202005575696689085565050094707862453602538507158460564974556746806807764370886452802839001656735724612494256561424797284354354332522718963221038891008.000000<br>
<br>
Any ideas?<br>
<br>
<div class="moz-signature">-- <br>
<p>S pozdravem<br>
<span style="margin-left: 3em; font-style: italic;">Josef Liška</span></p>
<p style="font-size: 8pt;">CHL | system care<br>
<br>
Telefon: +420.272048055<br>
Fax: +420.272048064<br>
Mobil: +420.776026526 denně 9:00 - 17:30<br>
Jabber: <a class="moz-txt-link-abbreviated" href="mailto:jl@chl.cz">jl@chl.cz</a><br>
<a href="https://www.chl.cz/">https://www.chl.cz/</a>
</p>
</div>
</body>
</html>