<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=148205710-09032007><FONT face=Arial 
size=2>Hi..</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>I have a simpel 
RRD:</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp; 
my&nbsp;$rrd = 
"test.rrd";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp; 
my $step = 60 * 60 * 24;<BR>&nbsp; my $level = $step * 
1.5;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp; my $START = 
1136156400-5000000;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp; my @options = ("--start", $START, "--step", 
$step,<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"DS:successful:GAUGE:$level:U:U",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"DS:faileduser:GAUGE:$level:U:U",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"DS:failedother:GAUGE:$level:U:U",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"DS:persuccessful:GAUGE:$level:U:U",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"DS:perfaileduser:GAUGE:$level:U:U",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"DS:perfailedother:GAUGE:$level:U:U",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:AVERAGE:0.5:1:5000",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:AVERAGE:0.5:30:2000",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:AVERAGE:0.5:60:4000",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:AVERAGE:0.5:1440:800",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:MAX:0.5:1:5000",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:MAX:0.5:30:2000",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:MAX:0.5:60:4000",<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
"RRA:MAX:0.5:1440:800");</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2><BR>&nbsp;&nbsp;&nbsp; RRDs::create $rrd, 
@options;<BR></FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>If I put the 
followin data&nbsp;for value successful in&nbsp;at 12:00:00 for each 
day:</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 1: 
20</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 2: 
20</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 3: 
20</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 4: 
10</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 5: 
10</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 6: 
10</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>RRDs::graph 
"$filename",<BR>--snipp--</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"DEF:successful=$rrd:successful:MAX",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"DEF:faileduser=$rrd:faileduser:MAX",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"DEF:failedother=$rrd:failedother:MAX",</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>--snipp-<BR></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>When i create a 
graph showing the data it shows:</FONT></SPAN></DIV></FONT></SPAN>
<DIV><SPAN class=148205710-09032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 1: 
20</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 2: 
20</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 3: 
20</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 4: 
15</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 5: 
10</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2>day 6: 
10</FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007></SPAN>&nbsp;</DIV>
<DIV><SPAN class=148205710-09032007>Why is this ? and how can I avoid it 
?</SPAN></DIV><SPAN class=148205710-09032007>
<DIV align=left><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma"><STRONG><FONT 
color=#000080></FONT></STRONG></SPAN>&nbsp;</DIV>
<DIV align=left><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma"><STRONG><FONT 
color=#000080>Kenneth Primstad</FONT></STRONG></SPAN><FONT face=Wingdings 
color=blue size=1><SPAN 
style="FONT-SIZE: 8pt; COLOR: blue; FONT-FAMILY: Wingdings"><BR>*</SPAN></FONT><FONT 
face=Arial color=black size=1><SPAN 
style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Arial"> </SPAN></FONT><FONT 
face=Tahoma color=black size=1><SPAN 
style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Tahoma">E-mail:</SPAN></FONT><FONT 
face=Tahoma color=navy size=1><SPAN 
style="FONT-SIZE: 8pt; COLOR: navy; FONT-FAMILY: Tahoma"> <FONT color=#000000><A 
href="mailto:konkpr@statoil.com">konkpr@statoil.com</A></FONT></SPAN></FONT></DIV></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=148205710-09032007><FONT face=Arial size=2><SPAN 
class=148205710-09032007></SPAN>&nbsp;</DIV></FONT></SPAN><p></p><p><font size=1>-------------------------------------------------------------------<br>The information contained in this message may be CONFIDENTIAL and is<br>intended for the addressee only. Any unauthorised use, dissemination of the<br>information or copying of this message is prohibited. If you are not the<br>addressee, please notify the sender immediately by return e-mail and delete<br>this message.<br>Thank you.</font size></BODY></HTML>