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