From: Whilding, C. <Cra...@me...> - 2007-10-23 09:19:31
|
Well you aren't alone in this problem as I have it too, using the guide made available earlier on the list. Doesn't really make much sense either as Hobbit should just scan the rrd directory and add any graphs found to the trends page. I've added if_load to the correct two lines in hobbitserver. Craig -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Stewart, Tom L. Sent: 16 October 2007 14:56 To: dev...@li... Subject: [Devmon] Help needed 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 ------------------------------------------------------------------------ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |