<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I think what is happening is that you are using different RRAs in the two graphs, hence different values.<br>
<br>
This may be because the large graph, having more pixels in width, wants more data points than the small graph (since one pixel in this graph represents a smaller time window than one pixel in the small graph).<br>
<br>
So, assuming you have some very wide RRAs, there might be two RRAs capable of providing data for the graph.&nbsp; The larger graph is using the finer granularity (EG: 1cdp=1hr), and the smaller graph uses the larger granularity (EG: 1cdp=1day).&nbsp; Since you are using
 a VDEF 'max' over an 'Average' RRA, the 'max' on the smaller graph will in fact be a maximum of the average over the larger interval, and hence will be smaller (which it is).<br>
<br>
Note this will affect the LAST and AVG as well, as a smaller-granularity RRA will be recalculating these more often than a large-granularity.<br>
<br>
There are a couple of solutions.<br>
<br>
1.&nbsp; For your 'max' and 'min' values, make these calculated over MAX and MIN RRAs.&nbsp; You may need to add these to your RRD file if they do not already exist in there.&nbsp; In this case, the max of a max is always the same, whatever interval the first is consolodated
 over, so the MAX and MIN will work.<br>
2. When you call rrdtool graph, also specify the step size to use, with --step .&nbsp; This will allow you to make sure that both use the same RRAs even if a different RRA is more efficient or more accurate.<br>
<br>
The Routers2 frontend had this problem once a long time back, but uses the second method to avoid it now, as I didn't have the option to add new RRAs to handle the larger graph image sizes.<br>
<br>
HTH<br>
<br>
Steve<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><strong>Steve Shipway</strong></div>
<div style="font-family:Tahoma; font-size:13px">University of Auckland ITS</div>
<div style="font-family:Tahoma; font-size:13px"><em>UNIX Systems Design Lead</em></div>
<div style="font-family:Tahoma; font-size:13px"><a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a></div>
<div style="font-family:Tahoma; font-size:13px">Ph: &#43;64 9 373 7599 ext 86487</div>
<div style="font-family:Tahoma; font-size:13px"><em></em><br>
</div>
</div>
</div>
</div>
</body>
</html>