ASF Infra has a nagios plugin that alerts us when the mirror server falls behind the master. Basically
if $(svn info $master | sed -ne s/^Revision:.//p) > $slack + $(svn info $slave | sed -ne s/^Revision:.//p) echo "2 CRITICAL" fi Kaushal Shriyan wrote on Thu, Jun 14, 2012 at 09:48:19 +0530: > Hi, > > Is there a nagios plugin which will trigger alert if the svn codebase is > inconsistent in bunch of servers? > > Regards, > > Kaushal