diff options
author | Greg Sabino Mullane | 2008-11-05 18:05:06 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-11-05 18:05:06 +0000 |
commit | 4ed973fa79cae14a49037b419ef66956a4cd7182 (patch) | |
tree | 8a669efe1a70991477d15881f39914b72b77dd67 /check_postgres.pl.html | |
parent | f78102c34b56b0c0d23a35e8a16b6600b1b3aaa3 (diff) |
Cast to numeric to avoid bigint out of range errors in the check_sequence check.
Bump version to 2.4.1
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 e5e1fc2ea..d3cec38b1 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.0</p> +This documents describes check_postgres.pl version 2.4.1</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_2e1"><strong>Version 2.4.1</strong></a></strong></dt> + +<dd> +<pre> + Cast numbers to numeric to support sequences ranges > bigint in check_sequence action. + Thanks to Scott Marlowe for reporting this.</pre> +</dd> <dt><strong><a name="item_version_2_2e4_2e0"><strong>Version 2.4.0</strong></a></strong></dt> <dd> |