diff options
author | Greg Sabino Mullane | 2008-11-06 18:31:36 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-11-06 18:31:36 +0000 |
commit | 7acf998ee6da6e07a14de3f78bd197fe18bd5bb7 (patch) | |
tree | c38f92963d0c6f3faab299933f57a9d0c7b6948d /check_postgres.pl.html | |
parent | 4ed973fa79cae14a49037b419ef66956a4cd7182 (diff) |
Fix for old versions of File::Temp by Chris Butler
Diffstat (limited to 'check_postgres.pl.html')
-rw-r--r-- | check_postgres.pl.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/check_postgres.pl.html b/check_postgres.pl.html index d3cec38b1..5fa7da7a0 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.1</p> +This documents describes check_postgres.pl version 2.4.2</p> <p> </p> <hr /> @@ -1203,6 +1203,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_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. + Patch by Chris Butler.</pre> +</dd> <dt><strong><a name="item_version_2_2e4_2e1"><strong>Version 2.4.1</strong></a></strong></dt> <dd> |