From: Stewart, T. L. <Tom...@la...> - 2007-10-16 13:56:22
|
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. =20 =20 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. =20 I have also tried adding "TRENDS:*,if_load" to the bb-hosts. =20 Has anyone else run into this. My searches only show issues with the [if_load] problems within hobbitgraph.cfg =20 Here is my setting =20 [if_load] FNPATTERN if_load(.*).rrd TITLE Network Traffic YAXIS Bits/second DEF:in@RRDIDX@=3D@RRDFN@:in:AVERAGE CDEF:inbytes@RRDIDX@=3Din@RRDIDX@,8,* DEF:out@RRDIDX@=3D@RRDFN@:out:AVERAGE CDEF:outbytes@RRDIDX@=3Dout@RRDIDX@,8,* CDEF:tot@RRDIDX@=3Doutbytes@RRDIDX@,inbytes@RRDIDX@,+ LINE2:tot@RRDIDX@#@COLOR@:@RRDPARAM@ Total In+Out GPRINT:tot@RRDIDX@:LAST:%8.2lf %s (cur) GPRINT:tot@RRDIDX@:MAX:%8.2lf %s (max) GPRINT:tot@RRDIDX@:MIN:%8.2lf %s (min) GPRINT:tot@RRDIDX@:AVERAGE:%8.2lf %s (avg)\n =20 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. =20 Again the graph shows perfectly within the if_load column, but not in trends. =20 Any light on the subject would be great. =20 Thank you, Tom |