<div dir="ltr">Hi Alex,<div><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I mentioned some docs to read, and suggested that you rephrase the problem.<br>
Unless you do, my guess is that nobody is going to be able to help.<br>
<br>
I also guess that once you are actually breaking the problem down into<br>
smaller bits and pieces, and are trying to describe what goes wrong and<br>
where, you may be able to figure it out yourself.</blockquote><div><br></div><div style>I am obviously not doing a very good job of explaining myself and what I am trying to achieve.</div><div style>I am trying to create a graph which shows a rough trend line into the future using Least Square Lines.</div>
<div style><br></div><div style>At the moment, I have set the graph end to be &quot;now+3 months&quot; which creates 3 months of white space at the end of my graph with the projected trend lines. I have produced the following example which shows this: <a href="http://netnix.org/ifgraph.png">http://netnix.org/ifgraph.png</a></div>
<div style><br></div><div style>As I have less than 9 months worth of data, this results in white space at the beginning as well as at the end of my graph, so I was looking for a simple way to move the graph to the left so I only have white space on the right. I was trying to obtain the first start point of the data so I could set this to be the graph&#39;s start.</div>
<div style><br></div><div style>However, from what I appear to be reading this isn&#39;t something which is easy to achieve as the &quot;rrdtool first&quot; function doesn&#39;t return the first non-unknown value, but the start of the RRA.</div>
<div style><br></div><div style>As far as I can tell, when I first enter data into the RRD I could store the time offline somewhere and then use this value in combination with the &quot;rrdtool first&quot; function to try and work out the potential start time of the graph to remove the white space, but this appears to not be without problems.</div>
<div style><br></div><div style>So, if no one has an obvious easy solution to this, then I will go away and see how I get on with implementing what I have suggested above.</div><div><br></div><div style>Thanks,</div><div style>
Chris</div></div></div></div>