Commit d9070485 authored by Bruce Momjian's avatar Bruce Momjian

Add documentation mention of 'check_postgres.pl' in Routine Database

Maintenance Tasks section.
parent 9dbd94c3
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.90 2009/02/09 20:57:59 alvherre Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.91 2009/04/06 17:55:19 momjian Exp $ -->
<chapter id="maintenance"> <chapter id="maintenance">
<title>Routine Database Maintenance Tasks</title> <title>Routine Database Maintenance Tasks</title>
...@@ -44,6 +44,14 @@ ...@@ -44,6 +44,14 @@
This is discussed in <xref linkend="logfile-maintenance">. This is discussed in <xref linkend="logfile-maintenance">.
</para> </para>
<para>
<ulink
url="http://bucardo.org/check_postgres/"><application>check_postgres.pl</></ulink>
is available for monitoring database health and reporting unusual
conditions. <application>check_postgres.pl</> integrates with
Nagios and MRTG, but can be run stand-alone too.
</para>
<para> <para>
<productname>PostgreSQL</productname> is low-maintenance compared <productname>PostgreSQL</productname> is low-maintenance compared
to some other database management systems. Nonetheless, to some other database management systems. Nonetheless,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment