diff options
author | Bruce Momjian | 2010-05-26 23:29:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-05-26 23:29:45 +0000 |
commit | 092c38a2a8ae5e67065263bfa6bce048a31fb0c9 (patch) | |
tree | 413d9c31bbdd3cf30bd0afe66ac646c629b836cc | |
parent | fbcdff39bd09b5d8fc085e4653d7ad1b8e087dfd (diff) |
Document pgFouine and check_postgres as log analysis options.
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 21b2f2c8807..c5d3723f8ff 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.103 2010/04/16 02:22:33 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.104 2010/05/26 23:29:45 momjian Exp $ --> <chapter id="maintenance"> <title>Routine Database Maintenance Tasks</title> @@ -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. </para> + + <para> + <ulink url="http://pgfouine.projects.postgresql.org/">pgFouine</ulink> + is an external project that does sophisticated log file analysis. + <ulink + href="http://bucardo.org/wiki/Check_postgres">check_postgres</ulink> + provides Nagios alerts when important messages appear in the log + files, as well as detection of many other extraordinary conditions. + </para> </sect1> </chapter> |