App-OverWatch
view release on metacpan or search on metacpan
lib/App/OverWatch.pm view on Meta::CPAN
=head1 DESCRIPTION
Designed to provide a simple framework to give some oversight to applications
running in a distributed environment. Applications can quickly
register/release simple locks, register and send notifications, and log events
to a database using a very simple interface.
=head1 CONFIGURATION
Database configuration is loaded from a config file by load_config() and
looks as follows:
db_type = postgres
user = test
password = test
dsn = DBI:Pg:database=test
Valid db_types are mysql, postgres, sqlite.
=head1 METHODS
( run in 0.690 second using v1.01-cache-2.11-cpan-64827b87656 )