Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id D309F636B68 for ; Mon, 24 May 2010 23:47:37 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 94656-03 for ; Tue, 25 May 2010 02:47:30 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from momjian.us (momjian.us [70.90.9.53]) by mail.postgresql.org (Postfix) with ESMTP id 3B5E4636B74 for ; Mon, 24 May 2010 23:47:30 -0300 (ADT) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id o4P2lVX17302 for pgsql-docs@postgresql.org; Mon, 24 May 2010 22:47:31 -0400 (EDT) From: Bruce Momjian Message-Id: <201005250247.o4P2lVX17302@momjian.us> Subject: Add pgFouine and Nagios doc mentions To: PostgreSQL-documentation Date: Mon, 24 May 2010 22:47:31 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ELM1274755651-24898-0_" Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201005/35 X-Sequence-Number: 5532 --ELM1274755651-24898-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" The attached patch adds a mention of pgFouine and a Nagios plugin to our document under the "Log File Maintenance" section. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com --ELM1274755651-24898-0_ Content-Transfer-Encoding: 7bit Content-Type: text/x-diff Content-Disposition: inline; filename="/pgpatches/log.doc" Index: doc/src/sgml/maintenance.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v retrieving revision 1.103 diff -c -c -r1.103 maintenance.sgml *** doc/src/sgml/maintenance.sgml 16 Apr 2010 02:22:33 -0000 1.103 --- doc/src/sgml/maintenance.sgml 25 May 2010 02:35:01 -0000 *************** *** 821,825 **** --- 821,834 ---- 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. + --ELM1274755651-24898-0_--