We went really simple with all the rsync commands being run from the same machine.  We point all the output from the rsync to a log file in /var/log and then I usually just tail the file on a daily basis.  Also if it runs into actual errors cron ends up mailing directly.
<br><br>We use this on our clusters to good effect though we use batched ssh calls to tell each cluster node to run their backups but it is all called from the same script on our head node so that only one backup opperation is running at a time.  It makes the logs cleaner and we don't run into a problem with dozens of boxes all trying to sync data back to the head node at the same time and slowing things down.
<br><br>Rob<br><br><div><span class="gmail_quote">On 8/28/07, <b class="gmail_sendername">Les Mikesell</b> <<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
dnk wrote:<br>> Hi there, I was wondering whay people were using to monitor rsync<br>> backups on centos?<br>><br>> I have been looking around sourceforge for various programs (IE Backup<br>> Monitor), but am hesitant to trust any of them without hearing about
<br>> some user experiences.<br>><br>> We currently just use rsync for backups (like a slightly more<br>> "Vanilla" setup), but just want to be sure everything is going as it<br>> should each day....
<br><br>I like backuppc (<a href="http://backuppc.sourceforge.net/">http://backuppc.sourceforge.net/</a>) which is a little<br>more than a monitor, but it will email you if things go wrong and has a<br>nice web page to check.
<br><br>--<br>   Les Mikesell<br>    <a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org
</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br>