13 Oct
2011
13 Oct
'11
12:36 p.m.
On Wed, 12 Oct 2011 00:57:24 -0700, Tom Shimada <tcomtom at me.com> 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