Xymon Mailing List Archive search

duration of MSG red status

list Jeremy Laidman
Tue, 28 Oct 2014 07:45:08 +1100
Message-Id: <user-131701513d24@xymon.invalid>

On 27 October 2014 01:26, Bill Arlofski <user-0b8af203a56e@xymon.invalid> wrote:
I have not tested this, but it would seem to indicate that it would cause
the
client to send the Xymon server all the lines that match the trigger
pattern
(regardless of how far back in time they go in the logfile) which should
cause
the test to stay non-green until the logfile is rotated and no more lines
with
the trigger pattern exist.
I haven't verified this, but my understanding of how the "logfetch" process
works is that it keeps state of where it got up to in each logfile, and for
the next (5 minute) round, it starts looking for matches only from that
point onwards.  This means, if there's a trigger match in the log file, the
client will send it to the server in that round only.

J