From c4e778e04a1cdfbe361578bb53f69bb38928977e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 2 Dec 2008 17:25:41 +0000 Subject: [PATCH] Update hostname for the new server git-svn-id: https://pgweb.postgresql.org/svn/trunk@2327 8f5c7a92-453e-0410-a47f-ad33c8a6b003 --- autodnscheck.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodnscheck.pl b/autodnscheck.pl index cbecfe4..1aa5f76 100644 --- a/autodnscheck.pl +++ b/autodnscheck.pl @@ -6,7 +6,7 @@ use Net::DNS; my $DEBUG=0; my $DOMAIN="mirrors.postgresql.org"; -my $MASTER="nagios.pgadmin.org"; +my $MASTER="dominion.postgresql.org"; my $errors = ''; -- 2.39.5