Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 731d42b2bae9a9941314f9d780a43bc0 > files > 77

mon-1.2.0-8mdv2010.1.x86_64.rpm

$Name: mon-1-2-0-release $
$Id: README,v 1.3.2.2 2007/06/25 13:10:05 trockij Exp $

INTRODUCTION
------------

"mon" is a tool for monitoring the availability of services, and sending alerts
on prescribed events. Services are defined as anything tested by a "monitor"
program, which can be something as simple as pinging a system, or as complex as
analyzing the results of an application-level transaction. Alerts are
actions such as sending emails, making submissions to ticketing systems,
or triggering resource fail-over in a high-availability cluster.

The tool is extremely useful for system administrators, but not limited to use
by them. It was designed to be a general-purpose problem alerting system,
separating the tasks of testing services for availability and sending alerts
when things fail. To achieve this, "mon" is implemented as a scheduler which
runs the programs which do the testing, and triggering alert programs when
these scripts detect failure. Alerts can be controlled by a variety of
"squelch" knobs, and complex dependencies can be configured to help suppress
excessive alerts.

None of the actual service testing or reporting is actually handled directly by
the mon server itself.  These functions are handled by auxillary programs.
This model was chosen because it is very extensible, and does not require
changing the code of the scheduler to add new tests or alert types. For
example, an alphanumeric paging alert can be added simply by writing a new
alert script, and referencing the alert script in the configuration file.
Monitoring the temperature in a room can be done by adding a script that
gathers data from a thermistor via a serial port.  Often these monitoring
scripts can just be wrappers for pre-existing software, such as "ping" or
"ftp".

The mon scheduler also can service network clients, allowing manipulation
of run-time parameters, disabling and enabling of alerts and tests, listing
failure and alert history, and reporting of current states of all monitors.

There are several clients which come with the distribution, found in
cgi-bin/ and clients/ :

    -moncmd, which is a command-line client. moncmd supports the full
     functionality of the client/server interface.

    -monshow, a dual command-line and CGI interface report generator
     for showing the operational status of the services monitored by
     the server.  It displays nicely-formatted columnar output of the
     current operational status, groups, and the failure log.

    -skymon, which is a SkyTel 2-Way paging interface, allowing
     you to query the server's state and to manipulate it in the same
     manner as moncmd, right from your pager. Access is controlled via
     a simple password and an access control file.

    -mon.cgi, which is an interactive web interface, allowing
     you to not only view status information, but to change parameters
     in the server while it is running.



AVAILABILITY
------------

The latest release of mon is available from kernel.org in
/pub/software/admin/mon/. Please choose a mirror from:

http://www.kernel.org/mirrors/

The WWW page is at

http://www.kernel.org/software/mon/


CVS
---

CVS trees of both the development trunk and stable release branches are
available from anonymous CVS access on sourceforge.net. To check out the
latest, see:

http://mon.wiki.kernel.org/index.php/Development



INSTALLATION
------------

See the "INSTALL" file for installation instructions.


----------
Jim Trocki <trockij@arctic.org>
Software Engineer
Linux Systems Group
Unisys
Malvern, PA