Bump version
authorGreg Sabino Mullane <greg@endpoint.com>
Sun, 28 Sep 2008 21:04:57 +0000 (17:04 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sun, 28 Sep 2008 21:04:57 +0000 (17:04 -0400)
check_postgres.pl
check_postgres.pl.html
index.html

index 232a6bbedc3d3c2a99209b33a648f2384509b5c4..9599eeb4985930746b35d2582d0d3a7e27fb2cfb 100755 (executable)
@@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES';
 $Data::Dumper::Indent = 2;
 $Data::Dumper::Useqq = 1;
 
-our $VERSION = '2.2.0';
+our $VERSION = '2.2.1';
 
 use vars qw/ %opt $PSQL $res $COM $SQL $db /;
 
@@ -3423,7 +3423,7 @@ sub check_replicate_row {
 =head1 NAME
 
 B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.2.0
+This documents describes check_postgres.pl version 2.2.1
 
 =head1 SYNOPSIS
 
@@ -4536,6 +4536,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
+=item B<Version 2.2.1>
+
+ Add MRTG output to fsm_pages and fsm_relations.
+
 =item B<Version 2.2.0> (September 25, 2008)
 
  Add fsm_pages and fsm_relations actions. (Robert Treat)
index f298219a2fbf8f107f17b75dee0c613c064bbe45..42ed64c177182659a60f2d88ba94569e6dee8b53 100644 (file)
@@ -89,7 +89,7 @@
 <hr />
 <h1><a name="name">NAME</a></h1>
 <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.2.0</p>
+This documents describes check_postgres.pl version 2.2.1</p>
 <p>
 </p>
 <hr />
@@ -572,6 +572,8 @@ warning and <strong>95%</strong> for the critical.</p>
 <p>While you need to pass in the name of the database where pg_freespacemap is installed (and optionally a schema name if you have
 installed the module in a non-standard schema), you only need to run this check once per cluster. Also, checking this information
 does require obtaining special locks on the free-space-map, so it is recommend you do not run this check with short intervals.</p>
+<p>For MRTG output, returns the percent of free-space-map on the first line, the number of pages currently used on 
+the second line.</p>
 <p>
 </p>
 <h2><a name="fsm_relations"><strong>fsm_relations</strong></a></h2>
@@ -587,6 +589,8 @@ the warning and <strong>95%</strong> for the critical.</p>
 if you have installed the module in a non-standard schema), you only need to run this check once per cluster. Also,
 checking this information does require obtaining special locks on the free-space-map, so it is recommend you do not
 run this check with short intervals.</p>
+<p>For MRTG output, returns the percent of free-space-map on the first line, the number of relations currently used on 
+the second line.</p>
 <p>
 </p>
 <h2><a name="index_size"><strong>index_size</strong></a></h2>
@@ -1091,7 +1095,13 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <h1><a name="history">HISTORY</a></h1>
 <p>Items not specifically attributed are by Greg Sabino Mullane.</p>
 <dl>
-<dt><strong><a name="item_0"><strong>Version 2.2.0</strong> (September 2008)</a></strong></dt>
+<dt><strong><a name="item_version_2_2e2_2e1"><strong>Version 2.2.1</strong></a></strong></dt>
+
+<dd>
+<pre>
+ Add MRTG output to fsm_pages and fsm_relations.</pre>
+</dd>
+<dt><strong><a name="item_0"><strong>Version 2.2.0</strong> (September 25, 2008)</a></strong></dt>
 
 <dd>
 <pre>
index 0f16157d78e4acc2719c2e870ef5338c8d56855e..2c59a3ca4317e1f08abab3e6e64e7ad164bb1944 100644 (file)
@@ -21,13 +21,13 @@ h1 {
 
 <h1>check_postgres.pl</h1>
 
-<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.2.0</b>, and was released on September 25, 2008.</p>
+<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.2.1</b>, and was released on September 28, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.0</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.1</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.0</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.1</a></li>
  <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl</a></li>
 </ul>