summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2017-11-02 02:07:14 +0000
committerTom Lane2017-11-02 02:07:37 +0000
commit7ae39519bf0eca229f7ae98a391b161c43fe88a9 (patch)
tree72af823373b2adee3671e897ff146afc52a39e12
parent3064f0e25fc728385c873e776b0bf08a3f3ea09c (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 74f5de835eb..323392a05db 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.
@@ -964,7 +964,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>