monit-dev
[Top][All Lists]
Advanced

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

Features...


From: Christian Hopp
Subject: Features...
Date: Fri, 26 Sep 2003 10:32:21 +0200 (CEST)

Hi!

Here are some features for discussion...

1) Generic protocol test...

   if failed port 1234 [{expect|send} "string" [{expect|send} "string"] ...]

   Actually it is quite self explaining...  for every "send" the
   "string" is sent through the connection (w/ or w/o ssl), and for
   every "expect" the return is read and matched against the "string".

2) A watchdog thread... (I think I have mentioned this hidden
   somewhere in a mail some days ago)

   We detach the validation as one thread, then we do already have the
   http thread and whatever might come.  The main thread become the
   watchdog.  After each validation and after each accept (w/ or w/o
   timeout) both do set a semaphore which is checked by the watchdog.
   In case one of them has not done this the thread is restarted or
   monit is restarted.

3) Auth via htpasswd...

   auth /path [user, ...]

   where "path" is the fq path it the corresponding htpasswd and
   "user" is a user grant access.  If user is omitted all users do have
   access.

CHopp

-- 
Christian Hopp                                email: address@hidden
Institut für Elektrische Informationstechnik             fon: +49-5323-72-2113
TU Clausthal, Leibnizstr. 28, 38678 Clausthal-Zellerf.   fax: +49-5323-72-3197
                             pgpkey: https://www.iei.tu-clausthal.de/pgp-keys/





reply via email to

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