wrong pattern in graphs.cfg
Hi,
xymon server 4.3.16
I just discovered a wrong FNPATTERN in graphs.cfg. We wondered, why our
mailq graphs from "mailq.rrd" have not been displayed. After replacing
the "+" in the mailq section of the graphs.cfg with a "*" it works:
[mailq]
# This handles "mailq.rrd", "mailqin.rrd" and "mailqout.rrd"
- FNPATTERN ^mailq(.+).rrd
+ FNPATTERN ^mailq(.*).rrd
Dirk