Xymon Mailing List Archive search

Need some assistance with graphs, please.

list Keith Dowell
Tue, 5 May 2015 16:38:40 +0000 (UTC)
Message-Id: <user-0facbd105f10@xymon.invalid>

I have three rrds: ProcMBIM.rrd, ProcSA.rrd, and ProcOI.rrd
The definition I have in graphs.cfg is
FNPATTERN ^Proc(.+).rrd                NOTE: also tried (.*) - no differenceEXFNPATTERN ^ProcMem(.*).rrd    NOTE: for one specific rrd created i don't wantTITLE Process Memory UsageYAXIS Total Memory UsageDEF:p at RRDIDX@=@RRDFN@:memused:AVERAGELINE2:p at RRDIDX@#@COLOR@:@RRDPARAM at -b 1024-X0GPRINT: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)

I get a graph in trends, but ONLY for MBIM. SA and OI not shown.
I get NO graph on the page itself.
So any help appreciated - I imagine I must be missing something to cause these two issues.