Re: no mirrors availeble

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: no mirrors availeble
Date: 2004-10-03 19:41:31
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E430688B@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Marc G. Fournier [mailto:scrappy(at)postgresql(dot)org]
> Sent: 03 October 2004 18:29
> To: Dave Page
> Cc: Marc G. Fournier; gerard(at)dehoenderkooi(dot)nl;
> pgadmin-support(at)postgresql(dot)org
> Subject: RE: [pgadmin-support] no mirrors availeble
>
>
> just changed the rebuild script to happen every 6 hours vs 24
> ... if that is the reason for the below, this should help at
> least reduce the length of time til its fixed ...

Did you ever add the database connection check that I suggested once?

chksvr()
{
# Dummy query to check the server status
status=`/usr/local/bin/psql -h $1 -p $2 -U $4 -d $3 -A -t -F '' -c
"SELECT 'SERVER_UP'"`

if [ "$status" != "SERVER_UP" ]; then
mail -s "WARNING: Server $1:$2 is down!!" webmaster(at)postgresql(dot)org <
/tmp/svr-status
rm /tmp/svr-status
exit 1
fi
}

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Marc G. Fournier 2004-10-03 22:46:24 Re: no mirrors availeble
Previous Message Marc G. Fournier 2004-10-03 17:29:16 Re: no mirrors availeble