diff options
author | Greg Sabino Mullane | 2008-11-07 14:04:16 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-11-07 14:04:16 +0000 |
commit | 552ff7454c885da808641e050715739565e11659 (patch) | |
tree | a6cf62c1d933db16e266ff434ba3b638c146cac8 /check_postgres.pl.html | |
parent | 8cd420a857c40094f072b78f3cd7a297575b2288 (diff) |
Bump version to 2.4.3
Diffstat (limited to 'check_postgres.pl.html')
-rw-r--r-- | check_postgres.pl.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 5fa7da7a0..c00eafa22 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -92,7 +92,7 @@ <hr /> <h1><a name="name">NAME</a></h1> <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.4.2</p> +This documents describes check_postgres.pl version 2.4.3</p> <p> </p> <hr /> @@ -1203,11 +1203,17 @@ 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_version_2_2e4_2e3"><strong>Version 2.4.3</strong></a></strong></dt> + +<dd> +<pre> + Fix options for replicate_row action, per report from Jason Gordon.</pre> +</dd> <dt><strong><a name="item_version_2_2e4_2e2"><strong>Version 2.4.2</strong></a></strong></dt> <dd> <pre> - Warp File::Temp::cleanup() call in eval, in case File::Temp is an older version. + Wrap File::Temp::cleanup() calls in eval, in case File::Temp is an older version. Patch by Chris Butler.</pre> </dd> <dt><strong><a name="item_version_2_2e4_2e1"><strong>Version 2.4.1</strong></a></strong></dt> |