Skip to content

Commit 627caca

Browse files
committed
Update project URLs
1 parent d295798 commit 627caca

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is check_postgres, a monitoring tool for Postgres.
77

88
The most complete and up to date information about this script can be found at:
99

10-
https://bucardo.org/wiki/Check_postgres
10+
https://bucardo.org/Check_postgres/
1111

1212
You should go check there right now to make sure you are installing
1313
the latest version!
@@ -28,7 +28,6 @@ file by:
2828

2929
Then join the announce mailing list (see below)
3030

31-
3231
Complete method
3332
---------------
3433

@@ -74,7 +73,8 @@ https://mail.endcrypt.com/mailman/listinfo/check_postgres
7473

7574
Development happens via git. You can check out the repository by doing:
7675

77-
git clone git://bucardo.org/check_postgres.git
76+
https://github.com/bucardo/check_postgres
77+
git clone https://github.com/bucardo/check_postgres.git
7878

7979
All changes are sent to the commit list:
8080

@@ -85,7 +85,6 @@ COPYRIGHT
8585

8686
Copyright (c) 2007-2017 Greg Sabino Mullane
8787

88-
8988
LICENSE INFORMATION
9089
-------------------
9190

check_postgres.pl

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## End Point Corporation http://www.endpoint.com/
1010
## BSD licensed, see complete license at bottom of this script
1111
## The latest version can be found at:
12-
## http://www.bucardo.org/check_postgres/
12+
## https://bucardo.org/Check_postgres/
1313
##
1414
## See the HISTORY section for other contributors
1515

@@ -1530,7 +1530,7 @@ package check_postgres;
15301530
15311531
$ME --man
15321532
1533-
Or visit: http://bucardo.org/check_postgres/
1533+
Or visit: https://bucardo.org/Check_postgres/
15341534
15351535
15361536
};
@@ -5883,7 +5883,7 @@ sub check_new_version_bc {
58835883

58845884
## Check if a newer version of Bucardo is available
58855885

5886-
my $url = 'http://bucardo.org/bucardo/latest_version.txt';
5886+
my $url = 'https://bucardo.org/bucardo/latest_version.txt';
58875887
find_new_version('Bucardo', 'bucardo_ctl', $url);
58885888

58895889
return;
@@ -5895,7 +5895,7 @@ sub check_new_version_box {
58955895

58965896
## Check if a newer version of boxinfo is available
58975897

5898-
my $url = 'http://bucardo.org/boxinfo/latest_version.txt';
5898+
my $url = 'https://bucardo.org/boxinfo/latest_version.txt';
58995899
find_new_version('boxinfo', 'boxinfo.pl', $url);
59005900

59015901
return;
@@ -5907,7 +5907,7 @@ sub check_new_version_cp {
59075907

59085908
## Check if a new version of check_postgres.pl is available
59095909

5910-
my $url = 'http://bucardo.org/check_postgres/latest_version.txt';
5910+
my $url = 'https://bucardo.org/check_postgres/latest_version.txt';
59115911
find_new_version('check_postgres', $VERSION, $url);
59125912

59135913
return;
@@ -5945,7 +5945,7 @@ sub check_new_version_tnm {
59455945

59465946
## Check if a new version of tail_n_mail is available
59475947

5948-
my $url = 'http://bucardo.org/tail_n_mail/latest_version.txt';
5948+
my $url = 'https://bucardo.org/tail_n_mail/latest_version.txt';
59495949
find_new_version('tail_n_mail', 'tail_n_mail', $url);
59505950

59515951
return;
@@ -8454,7 +8454,7 @@ =head1 SYNOPSIS
84548454
## There are many other actions and options, please keep reading.
84558455
84568456
The latest news and documentation can always be found at:
8457-
http://bucardo.org/check_postgres/
8457+
https://bucardo.org/Check_postgres/
84588458
84598459
=head1 DESCRIPTION
84608460
@@ -9549,7 +9549,7 @@ =head2 B<new_version_bc>
95499549
program is available. The current version is obtained by running C<bucardo_ctl --version>.
95509550
If a major upgrade is available, a warning is returned. If a revision upgrade is
95519551
available, a critical is returned. (Bucardo is a master to slave, and master to master
9552-
replication system for Postgres: see http://bucardo.org for more information).
9552+
replication system for Postgres: see https://bucardo.org/ for more information).
95539553
See also the information on the C<--get_method> option.
95549554
95559555
=head2 B<new_version_box>
@@ -9559,7 +9559,7 @@ =head2 B<new_version_box>
95599559
If a major upgrade is available, a warning is returned. If a revision upgrade is
95609560
available, a critical is returned. (boxinfo is a program for grabbing important
95619561
information from a server and putting it into a HTML format: see
9562-
http://bucardo.org/wiki/boxinfo for more information). See also the information on
9562+
https://bucardo.org/Boxinfo/ for more information). See also the information on
95639563
the C<--get_method> option.
95649564
95659565
=head2 B<new_version_cp>
@@ -9588,7 +9588,7 @@ =head2 B<new_version_tnm>
95889588
C<tail_n_mail --version>. If a major upgrade is available, a warning is returned. If a
95899589
revision upgrade is available, a critical is returned. (tail_n_mail is a log monitoring
95909590
tool that can send mail when interesting events appear in your Postgres logs.
9591-
See: http://bucardo.org/wiki/Tail_n_mail for more information).
9591+
See: https://bucardo.org/tail_n_mail/ for more information).
95929592
See also the information on the C<--get_method> option.
95939593
95949594
=head2 B<pgb_pool_cl_active>
@@ -10345,7 +10345,8 @@ =head1 DEVELOPMENT
1034510345
1034610346
Development happens using the git system. You can clone the latest version by doing:
1034710347
10348-
git clone git://bucardo.org/check_postgres.git
10348+
https://github.com/bucardo/check_postgres
10349+
git clone https://github.com/bucardo/check_postgres.git
1034910350
1035010351
=head1 MAILING LIST
1035110352
@@ -10370,7 +10371,7 @@ =head1 HISTORY
1037010371
1037110372
=over 4
1037210373
10373-
=item B<Version 2.23.0> Released ????
10374+
=item B<Version 2.23.0> Released October 31, 2017
1037410375
1037510376
Support PostgreSQL 10.
1037610377
(David Christensen, Christoph Berg)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy