<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.E-postmall17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
span.E-postmall18
        {font-family:"Calibri","sans-serif";
        color:#1F497D}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:70.85pt 70.85pt 70.85pt 70.85pt}
-->
</style><style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" lang="SV" link="blue" vlink="purple">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">The short answer is &quot;Yes, but...&quot;<br>
<br>
The current version of MRTG will by default generate an RRD that holds approximately 2 days worth of high-resolution data (older versions, like 1.0.x, would generate 1.5 days).&nbsp; You can increase this by using the 'RRDRowCount' directive in the MRTG .cfg file,
 but this ONLY takes effect at the INITIAL CREATION TIME.&nbsp; If you want to extend the RRAs subsequently, you will need to use the 'rrdtool resize' command to extend RRA numbers 0 and 1 (and maybe the others too) to at least 12x24x(#days) rows -- so 900 or more
 rows.<br>
<br>
In the MRTG .cfg file, use:<br>
<br>
<span style="font-family: Courier New;">RRDRowCount: 900</span><br>
<br>
On the command line, use:<br>
<br>
<span style="font-family: Courier New;">rrdtool resize </span><span style="font-style: italic; font-family: Courier New;">targetname</span><span style="font-family: Courier New;">.rrd 0 GROW 300</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">rrdtool resize </span><span style="font-style: italic; font-family: Courier New;">targetname</span><span style="font-family: Courier New;">.rrd 1 GROW 300</span><br>
<br>
These add an additional 1 day to the existing 2 days' worth of data in the RRA.<br>
<br>
However, this doesn't help you actually view the data.&nbsp; Standard MRTG, 14all and mrtg-rrd will still only display a single day's data in the graph.&nbsp; If you use Routers2 as your frontend, then you cna get 2-day wide graphs.&nbsp; Enable '<span style="font-family: Courier New;">extendedtime=yes</span>'
 in the routers2.conf, and make sure you have the latest version of Routers2.&nbsp; This will enable the 'extended' graph styles (l2D and x3D) -- though you may also need to edit the
<span style="font-weight: bold;">sorder </span>option in the routers2.conf to display these styles -- use '<span style="font-family: Courier New;">sorder = t n n2 l l2 x2 x3 l2D x3D</span>' to get a nice selection.<br>
<br>
If you want to see all 3 days then you're currently on your own.&nbsp; You'll need to either use rrdcgi to generate the entire RRDTool graph comman, or make your own frontend, or modify the Routers2 code to give a triple-data-width option (not too hard).<br>
<br>
If you want to see more than 3 days at a time, then maybe stick to using the 'Weekly' graph, which shows about 8 days.<br>
<br>
A final option, if you use Routers2, is to enable 'RRD Archiving' (see the Routers2 manual) in which case you'll be able to view historical data from any archived date, although not simultaneously.<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>&nbsp;</div>
</div>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF196247"><font color="#000000" face="Tahoma" size="2"><b>From:</b> mrtg-bounces&#43;s.shipway=auckland.ac.nz@lists.oetiker.ch [mrtg-bounces&#43;s.shipway=auckland.ac.nz@lists.oetiker.ch] on behalf of Stefan Hellman [stefan.hellman@uddevalla.se]<br>
<b>Sent:</b> Monday, 4 July 2011 10:12 p.m.<br>
<b>To:</b> mrtg@lists.oetiker.ch<br>
<b>Subject:</b> [mrtg] Longer time in daily graph<br>
</font><br>
</div>
<div></div>
<div>
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Is there any way to get longer time in the daily graph? I would like to have at least 3 days, so that on Monday I can see what happened in the weekend.</span></p>
</div>
</div>
</div>
</div>
</body>
</html>