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:14 -0400
commitf570ec5181e1aeff4fc8ea229e50bd666d35062f (patch)
treeb4bd2f6afcc008e9728882012d2911ea4d856ac5
parent18647e21db0dd797c6ea75d7106d831f92a982e9 (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 e2bb6fd63df..dd71f4e72dd 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.
@@ -980,7 +980,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>