<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1601" name=GENERATOR>
<STYLE>@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: Tahoma;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
P {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0in; MARGIN-RIGHT: 0in; FONT-FAMILY: "Times New Roman","serif"; mso-style-priority: 99; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
SPAN.EmailStyle18 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-reply
}
.MsoChpDefault {
        FONT-SIZE: 10pt; mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000>I have devmon sending rrd data to Hobbit and I am getting the rrd 
graph within the if_load column, but it is not showing up in 
trends. </FONT> </FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial size=2>So I know the graph 
config is good, if_load is in TEST2RRD and GRAPHS. The perl script extra-rrd.p 
is working great and properly creating the rrd files.</FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial size=2>I have also tried 
adding "TRENDS:*,if_load"  to the bb-hosts.</FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial size=2>Has anyone else run 
into this. My searches only show issues with the [if_load] problems within 
hobbitgraph.cfg</FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial size=2>Here is my 
setting</FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000>[if_load]<BR>          
FNPATTERN 
if_load(.*).rrd<BR>          TITLE 
Network Traffic<BR>          YAXIS 
Bits/second<BR>          
DEF:in@RRDIDX@=@RRDFN@:in:AVERAGE<BR>          
CDEF:inbytes@RRDIDX@=in@RRDIDX@,8,*<BR>          
DEF:out@RRDIDX@=@RRDFN@:out:AVERAGE<BR>          
CDEF:outbytes@RRDIDX@=out@RRDIDX@,8,*<BR>          
CDEF:tot@RRDIDX@=outbytes@RRDIDX@,inbytes@RRDIDX@,+<BR>          
LINE2:tot@RRDIDX@#@COLOR@:@RRDPARAM@ Total 
In+Out<BR>          
GPRINT:tot@RRDIDX@:LAST:%8.2lf %s 
(cur)<BR>          
GPRINT:tot@RRDIDX@:MAX:%8.2lf %s 
(max)<BR>          
GPRINT:tot@RRDIDX@:MIN:%8.2lf %s 
(min)<BR>          
GPRINT:tot@RRDIDX@:AVERAGE:%8.2lf %s (avg)\n</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000>It is a bit different as we wanted to combine the in and out on 
the graph.  I also used the original, but that didn't work 
either.</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000>Again the graph shows perfectly within the if_load column, but not 
in trends.</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial size=2>Any light on the 
subject would be great.</FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial size=2>Thank 
you,</FONT></SPAN></DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff size=2><FONT 
color=#000000>Tom</FONT></DIV>
<DIV><BR></DIV></FONT></SPAN>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=036425616-15102007><FONT face=Arial color=#0000ff 
size=2> </DIV></FONT></SPAN></BODY></HTML>