[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Sending Data from external script to an RRD - can't see graphs - only links
- To: <hobbit (at) hswn.dk>
 
- Subject: RE: [hobbit] Sending Data from external script to an RRD - can't see graphs - only links
 
- From: "Johann Eggers" <Johann.Eggers (at) teleatlas.com>
 
- Date: Mon, 24 Sep 2007 10:46:58 +0200
 
- References: <F1E121DF58BE174DB7858241034F458B51777B (at) syd-exchange.selectv.com>
 
- Thread-index: Acf+cgfQEjzKLIonQCeLwav/VjAAoQAFD1/g
 
- Thread-topic: [hobbit] Sending Data from external script to an RRD - can't see graphs - only links
 
> hobbitgraph.cfg file :
>
> [if_load]
>        FNPATTERN if_load(.*).rrd
>        TITLE Network Traffic
>        YAXIS Bits/second
>        DEF:in (at) RRDIDX (at) = (at) RRDFN@:in:AVERAGE
>        CDEF:inbytes (at) RRDIDX (at) =in (at) RRDIDX@,8,*
>        DEF:out (at) RRDIDX (at) = (at) RRDFN@:out:AVERAGE
>        CDEF:outbytes (at) RRDIDX (at) =out (at) RRDIDX@,8,*
>        LINE1:inbytes (at) RRDIDX (at) # (at) COLOR@:@RRDPARAM@ In
>        GPRINT:inbytes (at) RRDIDX@:LAST: %8.2lf %s (cur)
>        GPRINT:inbytes (at) RRDIDX@:MAX: %8.2lf %s (max)
>        GPRINT:inbytes (at) RRDIDX@:MIN: %8.2lf %s (min)
>        GPRINT:inbytes (at) RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
>        LINE1:outbytes (at) RRDIDX (at) # (at) COLOR@:@RRDPARAM@ Out
>        GPRINT:outbytes (at) RRDIDX@:LAST: %8.2lf %s (cur)
>        GPRINT:outbytes (at) RRDIDX@:MAX: %8.2lf %s (max)
>        GPRINT:outbytes (at) RRDIDX@:MIN: %8.2lf %s (avg)
>        GPRINT:outbytes (at) RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
>
>
> If anyone has any idea, where the problem could be or any work around I'll > really appreciate.
>
Your graph definition looks a little bit strange:
You should change these (at)'s to the @ sign...
Johann