Custom non-ncv graph
On Wed, Mar 23, 2016 at 9:43 PM Tomáš Wachtarczyk < user-b22ac339dcad@xymon.invalid> wrote:
It produce [*VG2*,appvg.rrd]
[*VG2*,rootvg.rrd]
I tried to define it also in graphs.cfg
[*VG2*]
FNPATTERN VG2.(.+).rrd
Shouldn't that be:
FNPATTERN VG2,(.+).rrd
I'm not entirely sure but I always thought the PCRE parser only looks
inside the parens, and so a dot (aka period, or ".") outside the parens
will be a literal dot, and won't match a comma in the filename.
J