Tom Roos wrote:
> 
> hi
> 
> every now and then my replication stops. i now about this when i logon 2 the slave 
> and check the status.
> 
> what is the best procedure i would follow 2 automate a notification message when 
> replication stops?
> 
> i ryn mysql 4.0.13 on rh linux
> 
> tks
> 
>     _________  _______   _      __
>    /___    ___/ /   ___    / /   \   /    /
>         /   /      /   /    /   / /   ^  v     /
>        /   /      /   /__/   / /   /  \/ /   /
>       /_ /      /______ / /_ /      /_ /
> 
> Cell: 083 440 2213
> Ph:  021 980 4969
Tom,
I'd use a perl script. You could either write it where it runs in a
continuous loop checking every X seconds or use the cron daemon to
launch the script. The advantage to using the cron daemon is that daemon
will email you if something goes wrong in your script. 

Just my $.02

walt

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to