aboutsummaryrefslogtreecommitdiff
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
commitc0e2062d3214f6230a0e1eee9236b202bda9221f (patch)
tree176444d689e0fb95889cbccc5f905530915e753f
parent7c70996ebf0949b142a99c9445061c3c83ce62b3 (diff)
downloadpostgresql-c0e2062d3214f6230a0e1eee9236b202bda9221f.tar.gz
postgresql-c0e2062d3214f6230a0e1eee9236b202bda9221f.zip
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 1952bc91781..1a379058a2e 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</application></ulink>
+ url="https://bucardo.org/check_postgres/"><application>check_postgres</application></ulink>
is available for monitoring database health and reporting unusual
conditions. <application>check_postgres</application> integrates with
Nagios and MRTG, but can be run standalone too.
@@ -981,7 +981,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>