Xymon Mailing List Archive search

Multiple graphs on one page

list Tijl Vandenbroeck
Mon, 28 Nov 2005 14:45:09 +0100
Message-Id: <user-35996bffbcd7@xymon.invalid>

Hi,

I got my informix script working with graphs but I want to add another graph for performance statistics on the same page. I've searched the man pages, site and the mailinglists archive and the only thing that came close was how to add extra graphs on the trends page. Is it possible to add extra graphs on one and the same status page. The data is put into different RRD's in the same server-side script. And I've already created the following hobbitgraph.cfg settings.

[informix]
        FNPATTERN informix.(.*).rrd
        TITLE Informix usage
        YAXIS Percentage in use
        DEF:p at RRDIDX@=@RRDFN@:percdbs:AVERAGE
        LINE2:p at RRDIDX@#@COLOR@: @RRDPARAM@
        -u 100
        -l 0
        GPRINT:p at RRDIDX@:LAST: \: %5.1lf (cur)
        GPRINT:p at RRDIDX@:MAX: \: %5.1lf (max)
        GPRINT:p at RRDIDX@:MIN: \: %5.1lf (min)
        GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n

[informix1]
        FNPATTERN ifxperf(.*).rrd
        TITLE Informix performance
        YAXIS IO
        DEF:i at RRDIDX@=@RRDFN@:iosecs:AVERAGE
        LINE2:i at RRDIDX@#@COLOR@: IO/s
        GPRINT:i at RRDIDX@:LAST: \: %5.1lf (cur)
        GPRINT:i at RRDIDX@:MAX: \: %5.1lf (max)
        GPRINT:i at RRDIDX@:MIN: \: %5.1lf (min)
        GPRINT:i at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n

Thanks in advance.

Tijl