Watchdog::Process, Watchdog::HTTP and Watchdog::Mysql are classes for monitoring whether a process, http server or mysql server respectively is functioning.
The module also includes a number of 'monitor' scripts which can be used with the system monitoring package 'Mon' (http://kernel.org/pub/software/admin/mon/). These scripts make use of the Watchdog classes and SNMP.
bin/mysql.monitor (Watchdog::Mysql)
bin/partition.monitor (SNMP)
bin/swap.monitor (SNMP)
new Maintainer: Clemens Gesell clemens.gesell@vegatron.org Paul Sharpe <paul@miraclefish.com>
Alias
Proc::ProcessTable (for Watchdog::Process)
libwww (for Watchdog::HTTP)
DBI, DBD::mysql (for Watchdog::Mysql)
perl Makefile.PL
make
make test
make install
11-Nov-2003 Clemens Gesell <clemens.gesell@vegatron.org>
Release 0.09
Release 0.08
Release 0.07
BUG FIXES
Mysql::
Release 0.06
- Bug fix to swap.ext
Release 0.05
- Added OSF1 support to swap.ext
Release 0.04
- Classes renamed (suggested by Tim Bunce).
Watchdog::Service => Watchdog::Process
Watchdog::HTTPService => Watchdog::HTTP
Watchdog::MysqlService => Watchdog::Mysql
- Watchdog::Process de-coupled from other classes as Proc::ProcessTable only
compiles on Linux and Solaris.
- Watchdog::Mysql::is_alive() returns reason for failure.
- Added 'Mon' monitors
- t/{mysql.t,process.t} now skipped if prerequisites not installed
Release 0.03
- Bug fixes.
Release 0.02
- Corrected bug in Watchdog::Service SYNOPSIS.
Release 0.01
- Initial release.