Add some notes on the preference, in modern times, for Perl DBI rather
authorChristopher Browne <cbbrowne@ca.afilias.info>
Thu, 19 Jun 2008 20:35:39 +0000 (20:35 +0000)
committerChristopher Browne <cbbrowne@ca.afilias.info>
Thu, 19 Jun 2008 20:35:39 +0000 (20:35 +0000)
than the older "Pg" module

doc/adminguide/monitoring.sgml

index ba724622a7ec3e43c75e836c37a12dc2dbb4c94c..4090e0e26390bd78342505685632ffd3d8eebc72 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: monitoring.sgml,v 1.43 2008-05-26 18:46:21 cbbrowne Exp $ -->
+<!-- $Id: monitoring.sgml,v 1.44 2008-06-19 20:35:39 cbbrowne Exp $ -->
 <sect1 id="monitoring">
 <title>Monitoring</title>
 
@@ -155,6 +155,13 @@ FAQ</link>.</para></listitem>
 <para> The script does some diagnosis work based on parameters in the
 script; if you don't like the values, pick your favorites!</para>
 
+<note><para> Note that there are two versions, one using the
+<quote>classic</quote> <filename>Pg.pm</filename> Perl module for
+accessing &postgres; databases, and one, with <filename>dbi</filename>
+in its name, that uses the newer Perl <function> DBI</function>
+interface.  It is likely going to be easier to find packaging for
+<function>DBI</function>. </para> </note>
+
 </sect2>
 
 <sect2> <title> &nagios; Replication Checks </title>