diff options
author | Tom Lane | 2017-11-02 02:07:14 +0000 |
---|---|---|
committer | Tom Lane | 2017-11-02 02:07:14 +0000 |
commit | 13406fe23d3c6f3889014df6c001eb8652114a64 (patch) | |
tree | c6d3c29ce9d3ef6c0dde97cb50bc12dc443057ca | |
parent | a4c11c103164be667eef362157b48469ed2d0c10 (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.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index b5b3758c88..4600f1e3cb 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. @@ -876,7 +876,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400 <ulink url="http://pgfouine.projects.postgresql.org/"><productname>pgFouine</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> |