diff options
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 2b6f53bcffa..9b76d69de5f 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.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"> <title>Routine Database Maintenance Tasks</title> @@ -45,6 +45,14 @@ </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> <productname>PostgreSQL</productname> is low-maintenance compared to some other database management systems. Nonetheless, appropriate attention to these tasks will go far towards ensuring a |