diff options
author | Dave Page | 2008-12-02 17:25:41 +0000 |
---|---|---|
committer | Dave Page | 2008-12-02 17:25:41 +0000 |
commit | c4e778e04a1cdfbe361578bb53f69bb38928977e (patch) | |
tree | 6c4df6fea8c6fcbb51d0c4c53a333a1226757aae | |
parent | 489d1678c18455dfa38623c94bee4127cf077868 (diff) |
Update hostname for the new server
git-svn-id: https://pgweb.postgresql.org/svn/trunk@2327 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r-- | autodnscheck.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''; |