Xymon Mailing List Archive search

wrong pattern in graphs.cfg

4 messages in this thread

list Dirk Kastens · Thu, 26 Jun 2014 10:04:46 +0200 ·
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
list Galen Johnson · Thu, 26 Jun 2014 23:39:28 -0400 ·
Just curious which monitor script you're using...


On Thu, Jun 26, 2014 at 4:04 AM, Dirk Kastens <
quoted from Dirk Kastens
user-e4253f8fc63b@xymon.invalid> wrote:
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

list Dirk Kastens · Fri, 27 Jun 2014 08:32:04 +0200 ·
Am 27.06.2014 05:39, schrieb Galen Johnson:
Just curious which monitor script you're using...
It's the old hobbit script mailq-bf.sh
Is there something new for xymon?

Dirk
list Galen Johnson · Fri, 27 Jun 2014 08:38:04 -0400 ·
Not that I am aware of which is why I was asking :-)...Especially
considering the graph definition is included with the standard install.
There are, however, a few MTA specific ones on Xymonton (as well as
deadcat).


On Fri, Jun 27, 2014 at 2:32 AM, Dirk Kastens <
quoted from Dirk Kastens
user-e4253f8fc63b@xymon.invalid> wrote:
Am 27.06.2014 05:39, schrieb Galen Johnson:

 Just curious which monitor script you're using...
It's the old hobbit script mailq-bf.sh
Is there something new for xymon?

Dirk