
mysql.monitor - monitor Mysql database server

mysql.monitor [--port=port] host [...]

mysql.monitor monitors a Mysql database server. It is designed to be used as a monitor for the mon package. As such if any host's Mysql server is dead it returns 1 and outputs the hostnames that failed. If all hosts' servers are alive 0 is returned.

The port on which to look for a Mysql server (default is 3306)
Space separated list of hosts to monitor.

Watchdog::Mysql (available from CPAN)
http://consult.ml.org/~trockij/mon/

Paul Sharpe <paul@miraclefish.com>

Copyright (c) 1998 Paul Sharpe. England. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.