summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-11-01 22:07:14 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-11-01 22:07:36 -0400
commit1cf96d6c7169d0eb21770eac67b60c12dcaf113c (patch)
tree791d1ba698ce9b7fdea097482f3511da63eead38
parent4ba0ffaaee3f1e1c1103802c786c221a56a70497 (diff)
Doc: update URL for check_postgres.
Reported by Dan Vianello. Discussion: https://postgr.es/m/e6e12f18f70e46848c058084d42fb651@KSTLMEXGP001.CORP.CHARTERCOM.com
-rw-r--r--doc/src/sgml/maintenance.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index f87f3e00de5..34e3f0946bd 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -46,7 +46,7 @@
<para>
<ulink
- url="http://bucardo.org/wiki/Check_postgres"><application>check_postgres</></ulink>
+ url="https://bucardo.org/check_postgres/"><application>check_postgres</></ulink>
is available for monitoring database health and reporting unusual
conditions. <application>check_postgres</> integrates with
Nagios and MRTG, but can be run standalone too.
@@ -977,7 +977,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400
<ulink url="http://dalibo.github.io/pgbadger/"><productname>pgBadger</productname></ulink>
is an external project that does sophisticated log file analysis.
<ulink
- url="http://bucardo.org/wiki/Check_postgres"><productname>check_postgres</productname></ulink>
+ url="https://bucardo.org/check_postgres/"><productname>check_postgres</productname></ulink>
provides Nagios alerts when important messages appear in the log
files, as well as detection of many other extraordinary conditions.
</para>