From: Bruce Momjian Date: Wed, 26 May 2010 23:29:45 +0000 (+0000) Subject: Document pgFouine and check_postgres as log analysis options. X-Git-Tag: REL9_0_BETA2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=092c38a2a8ae5e67065263bfa6bce048a31fb0c9;p=postgresql Document pgFouine and check_postgres as log analysis options. --- diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 21b2f2c880..c5d3723f8f 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,4 +1,4 @@ - + Routine Database Maintenance Tasks @@ -821,5 +821,14 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400 is to configure the rotation program so that old log files are overwritten cyclically. + + + pgFouine + is an external project that does sophisticated log file analysis. + check_postgres + provides Nagios alerts when important messages appear in the log + files, as well as detection of many other extraordinary conditions. +