Thread: Add pgFouine and Nagios doc mentions

Add pgFouine and Nagios doc mentions

From
Bruce Momjian
Date:
The attached patch adds a mention of pgFouine and a Nagios plugin to our
document under the "Log File Maintenance" section.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com
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.
    </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>

Re: Add pgFouine and Nagios doc mentions

From
Bruce Momjian
Date:
Bruce Momjian wrote:
> The attached patch adds a mention of pgFouine and a Nagios plugin to our
> document under the "Log File Maintenance" section.

Applied.

---------------------------------------------------------------------------


>
> --
>   Bruce Momjian  <bruce@momjian.us>        http://momjian.us
>   EnterpriseDB                             http://enterprisedb.com

[ text/x-diff is unsupported, treating like TEXT/PLAIN ]

> 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.
>     </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>

>
> --
> Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com