Xymon Mailing List Archive search

Xymon 4.3.5 released

list Henrik Størner
Thu, 13 Oct 2011 14:36:11 +0200
Message-Id: <3fd0facb0a2c67918883c5e22190c8b1@localhost>

On Wed, 12 Oct 2011 00:57:24 -0700, Tom Shimada <user-a4d567369965@xymon.invalid> wrote:
Also, would you know how to set an alert when there is no http request 
for over 10 minutes?  I'm having trouble finding out how to do this.
The simplest way would be to have the Xymon client on the webserver
monitor the Apache "access" log file. Then you can configure analysis.cfg
on the Xymon server to trigger an alert if that file is more than 600
seconds old, with

   FILE /var/log/apache/access.log mtime<600

Regards,
Henrik