On Apr 23, 2009, at 20:41, Andreas J. Koenig wrote:

Can you have a look if your slaves are still running? And if your site
is publicly accessible, please let me know the URL so I can verify
samples and write you reminders.

Ours is cpan.solfo.com - the search.cpan.org boxes mirror from there.

It rsynced everything a little while ago as far as I can tell and it's still running.

We have the nagios rules below send an alert if it gets more than 8 hours out of date (probably should adjust that now...)


 - ask


define command{
        command_name    check_http_fresh
command_line $USER1$/check_http -H $ARG1$ -u '$ARG2$' -M '$ARG3$' -w 4 -c 8 -t 10
}

define service {
        use                     local-service
        host_name               mirrors
        service_description     http://cpan.solfo.com/
check_command check_http_fresh!cpan.solfo.com!/ authors/02STAMP!28800
}

Reply via email to