Re: Monitoring replication in mysql

2004-12-28 Thread Bruce Dembecki
slave status and check if either of the threads >> are >> running. You could >> further check for error numbers and descriptions. This is what we do. >> >> Gabe >> -Original Message- >> From: Anil Doppalapudi [mailto:[EMAIL PROTECTED] >>

Re: Monitoring replication in mysql

2004-12-21 Thread Greg Whalin
, December 21, 2004 6:05 AM To: [EMAIL PROTECTED] Subject: Monitoring replication in mysql Hi, we have no of mysql replication setups in our setup. how to monitor those replication setups.my aim is if any slave goes down my script should immediately send an alert mail to me. if anybody having already

RE: Monitoring replication in mysql

2004-12-21 Thread Tucker, Gabriel
AM To: [EMAIL PROTECTED] Subject: Monitoring replication in mysql Hi, we have no of mysql replication setups in our setup. how to monitor those replication setups.my aim is if any slave goes down my script should immediately send an alert mail to me. if anybody having already developed scripts

Monitoring replication in mysql

2004-12-21 Thread Anil Doppalapudi
Hi, we have no of mysql replication setups in our setup. how to monitor those replication setups.my aim is if any slave goes down my script should immediately send an alert mail to me. if anybody having already developed scripts please let me know otherwise just give me an idea what to monitor in