Xymon Mailing List Archive search

Sending Data from external script to an RRD - can't see graphs - only links

list Johann Eggers
Mon, 24 Sep 2007 10:46:58 +0200
Message-Id: <user-46337cb391ca@xymon.invalid>

hobbitgraph.cfg file :

[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,*
        LINE1:inbytes (at) RRDIDX@# (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) 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