[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Devmon if_load graph showing properly in the if_column but not showing up in trends
- To: <hobbit (at) hswn.dk>
- Subject: Devmon if_load graph showing properly in the if_column but not showing up in trends
- From: "Stewart, Tom L." <Tom.Stewart (at) landsend.com>
- Date: Mon, 15 Oct 2007 12:06:53 -0500
- References: <5755F71380ED8E4FB84076C0A855F5D67DC9F5 (at) RAF01.raforninn.local> <6C2B32F89382AF42875672B6F5BEB682042EAF1A (at) MERCMBX07.na.sas.com>
- Thread-index: AcgMzHYr3EJRiGIMT86vVUceDSjN2AAD7chwAJwLv4A=
- Thread-topic: Devmon if_load graph showing properly in the if_column but not showing up in trends
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@= (at) RRDFN@:in:AVERAGE
CDEF:inbytes (at) RRDIDX@=in (at) RRDIDX@,8,*
DEF:out (at) RRDIDX@= (at) 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@# (at) 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