<div dir="ltr"><div dir="ltr">On Fri, 26 Apr 2019 at 09:30, Stephen Carville (xymon list) <<a href="mailto:scarville@lereta.com">scarville@lereta.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/25/19 3:58 PM, Jeremy Laidman wrote:<br>
> <br>
> Stephen, not sure what this has to do with Xymon.<br>
<br>
I followed the instructions here:<br>
<br>
<a href="http://xymon.sourceforge.net/xymon/help/xymon-mrtg.html" rel="noreferrer" target="_blank">http://xymon.sourceforge.net/xymon/help/xymon-mrtg.html</a></blockquote><div><br></div><div>Ah, it was news to me that this even existed! (Or maybe I just forgot.)</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From that it looks to me like mrtg gathers the data, puts in in the rrd<br>
file, then XYMon invokes rrdtool to create the graphs.</blockquote><div><br></div><div>Yep, that's how I read it too.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">  I was hoping<br>
there was something I overlooked -- and someone else can see -- in the<br>
config that would explain the difference.<br></blockquote><div><br></div><div>Nothing stands out to me. However, it's been over a decade since I did anything with MRTG.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Not really a big deal.  It may be better to just divorce mrtg and XYMon.<br>
 Or I could rewrite the "broken" parts of cricket so it works on a 64<br>
bits.  I just liked the idea of it all being in one place.<br></blockquote><div><br></div><div>Agreed - it's annoying having all your data in different places.</div><div><br></div><div>First, I would check the RRD file contents (rrdtool fetch yada yada) to see if the numbers look like those from Cricket data. If they don't match, then MRTG probably needs a tweak.</div><div><br></div><div>Also check that the RRD file shows the values as COUNTER or DERIVE (rrdtool info).</div><div><br></div><div>It would seem that showgraph uses an [mrtg] section in graphs.cfg to determine how to display network traffic. This configuration causes data from the RRD file to be fetched, then multiplied by 8, to turn it into bits. This all seems fine, and should produce the desired results, as long as the RRD data is stored in bytes.</div><div><br></div><div>J</div><div><br></div></div></div>