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.