9
9
# # End Point Corporation http://www.endpoint.com/
10
10
# # BSD licensed, see complete license at bottom of this script
11
11
# # The latest version can be found at:
12
- # # http ://www. bucardo.org/check_postgres /
12
+ # # https ://bucardo.org/Check_postgres /
13
13
# #
14
14
# # See the HISTORY section for other contributors
15
15
@@ -1530,7 +1530,7 @@ package check_postgres;
1530
1530
1531
1531
$ME --man
1532
1532
1533
- Or visit: http ://bucardo.org/check_postgres /
1533
+ Or visit: https ://bucardo.org/Check_postgres /
1534
1534
1535
1535
1536
1536
} ;
@@ -5883,7 +5883,7 @@ sub check_new_version_bc {
5883
5883
5884
5884
# # Check if a newer version of Bucardo is available
5885
5885
5886
- my $url = ' http ://bucardo.org/bucardo/latest_version.txt' ;
5886
+ my $url = ' https ://bucardo.org/bucardo/latest_version.txt' ;
5887
5887
find_new_version(' Bucardo' , ' bucardo_ctl' , $url );
5888
5888
5889
5889
return ;
@@ -5895,7 +5895,7 @@ sub check_new_version_box {
5895
5895
5896
5896
# # Check if a newer version of boxinfo is available
5897
5897
5898
- my $url = ' http ://bucardo.org/boxinfo/latest_version.txt' ;
5898
+ my $url = ' https ://bucardo.org/boxinfo/latest_version.txt' ;
5899
5899
find_new_version(' boxinfo' , ' boxinfo.pl' , $url );
5900
5900
5901
5901
return ;
@@ -5907,7 +5907,7 @@ sub check_new_version_cp {
5907
5907
5908
5908
# # Check if a new version of check_postgres.pl is available
5909
5909
5910
- my $url = ' http ://bucardo.org/check_postgres/latest_version.txt' ;
5910
+ my $url = ' https ://bucardo.org/check_postgres/latest_version.txt' ;
5911
5911
find_new_version(' check_postgres' , $VERSION , $url );
5912
5912
5913
5913
return ;
@@ -5945,7 +5945,7 @@ sub check_new_version_tnm {
5945
5945
5946
5946
# # Check if a new version of tail_n_mail is available
5947
5947
5948
- my $url = ' http ://bucardo.org/tail_n_mail/latest_version.txt' ;
5948
+ my $url = ' https ://bucardo.org/tail_n_mail/latest_version.txt' ;
5949
5949
find_new_version(' tail_n_mail' , ' tail_n_mail' , $url );
5950
5950
5951
5951
return ;
@@ -8454,7 +8454,7 @@ =head1 SYNOPSIS
8454
8454
## There are many other actions and options, please keep reading.
8455
8455
8456
8456
The latest news and documentation can always be found at:
8457
- http ://bucardo.org/check_postgres /
8457
+ https ://bucardo.org/Check_postgres /
8458
8458
8459
8459
=head1 DESCRIPTION
8460
8460
@@ -9549,7 +9549,7 @@ =head2 B<new_version_bc>
9549
9549
program is available. The current version is obtained by running C<bucardo_ctl --version > .
9550
9550
If a major upgrade is available, a warning is returned. If a revision upgrade is
9551
9551
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).
9553
9553
See also the information on the C<--get_method > option.
9554
9554
9555
9555
=head2 B<new_version_box >
@@ -9559,7 +9559,7 @@ =head2 B<new_version_box>
9559
9559
If a major upgrade is available, a warning is returned. If a revision upgrade is
9560
9560
available, a critical is returned. (boxinfo is a program for grabbing important
9561
9561
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
9563
9563
the C<--get_method > option.
9564
9564
9565
9565
=head2 B<new_version_cp >
@@ -9588,7 +9588,7 @@ =head2 B<new_version_tnm>
9588
9588
C<tail_n_mail --version > . If a major upgrade is available, a warning is returned. If a
9589
9589
revision upgrade is available, a critical is returned. (tail_n_mail is a log monitoring
9590
9590
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).
9592
9592
See also the information on the C<--get_method > option.
9593
9593
9594
9594
=head2 B<pgb_pool_cl_active >
@@ -10345,7 +10345,8 @@ =head1 DEVELOPMENT
10345
10345
10346
10346
Development happens using the git system. You can clone the latest version by doing:
10347
10347
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
10349
10350
10350
10351
=head1 MAILING LIST
10351
10352
@@ -10370,7 +10371,7 @@ =head1 HISTORY
10370
10371
10371
10372
=over 4
10372
10373
10373
- =item B<Version 2.23.0 > Released ????
10374
+ =item B<Version 2.23.0 > Released October 31, 2017
10374
10375
10375
10376
Support PostgreSQL 10.
10376
10377
(David Christensen, Christoph Berg)
0 commit comments