monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Token File?


From: Kevin Sheen
Subject: Token File?
Date: Fri, 27 Aug 2004 09:59:05 -0400

I see the following in the Example configuration:



Hint: It is advisable to use a token file for monit. Thus, it is easily possible to filter out the accesses done by monit.

In some cases init scripts for apache and apache-ssl are separated, e.g. Debian Linux.

 check process apache with pidfile
/opt/apache_misc/logs/httpd.pid
   group www
   start program = "/etc/init.d/apache start"
   stop  program = "/etc/init.d/apache stop"
   if failed host 192.168.1.1 port 80 
        protocol HTTP request
/monit/token then restart



Is there any documentation (or an example) of the above token file.  I'd like to keep my apache log file from being 'disturbed' by monit if possible.


Thanks in advance,

Kevin
reply via email to

[Prev in Thread] Current Thread [Next in Thread]