This directory contains code for other UBS modules which are not included with the default installation.  The reason for this is either the daemon is not necessary for the core functionality of the UBS, and will generally not be required for most site configurations.  To build any of the daemons for the UBS, simply run "make daemon" in this directory (or run "make", to build all daemons), where 'daemon' refers to:

- ubs-monitor: A simple module that checks to see if one or more other UBS modules has crashed.  In the event of a crash, this module will send out an email to alert a problem with the UBS.  This module defines its own context in the ubs.conf configuration file, which is simply "monitor".  Recognized parameters include:
  * mailprog: The full path to the 'mail' program to use.  If not defined in ubs.conf, this module will not run.
  * email: The email address to direct all errors to.  If not defined in ubs.conf, this module will not run.
  * sleeptime: How long to wait (in seconds) between polls.  Default value is 15 seconds.
