[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Nagios SVN Alerts

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 14 Jun 2012 12:58:11 +0300

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
Received on 2012-06-14 11:58:56 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.