From: Greg Sabino Mullane Date: Wed, 22 Oct 2008 02:49:05 +0000 (-0400) Subject: Version bump to 2.3.8 X-Git-Tag: 2.9.0~220 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7e48b5e3d1f0b161093683d28c5ab0428a507f0b;p=check_postgres.git Version bump to 2.3.8 --- diff --git a/check_postgres.pl b/check_postgres.pl index 992f9a8d1..b0acbb536 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3594,7 +3594,7 @@ sub check_sequence { =head1 NAME B - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.3.7 +This documents describes check_postgres.pl version 2.3.8 =head1 SYNOPSIS diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index 5fb50d9eb..45a26d3d4 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkj09TsACgkQvJuQZxSWSsjFFACg+bqTQFUag8Xix5Fbrpw1Jq06 -DVEAoJ6GdP0VvIKKbOj5VeWZVMkmhoBn -=B/UA +iEYEABEDAAYFAkj+lDwACgkQvJuQZxSWSsg0JACePMR81+LqD7FLwE+uQXV/V3Go +6tAAoLC8VtruuP2xTBGDeG8l01tZTXw1 +=rbfE -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 013c2533a..1d6537805 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -90,7 +90,7 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.3.7

+This documents describes check_postgres.pl version 2.3.8


@@ -178,7 +178,10 @@ action.

Simple output

The simple output is simply a truncated version of the MRTG one, and simply returns the first number and nothing else. This is very useful when you just want to check the state of something, regardless -of any threshold.

+of any threshold. You can transform the numeric output by appending KB, MB, GB, TB, or EB to the output +argument, for example:

+
+  --output=simple,MB


@@ -1119,6 +1122,13 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.3.8
+ +
+
+ Allow the default port to be changed easily.
+ Allow transform of simple output by MB, GB, etc.
+
Version 2.3.7
diff --git a/index.html b/index.html index 376ead040..ba563fbda 100644 --- a/index.html +++ b/index.html @@ -21,14 +21,14 @@ h1 {

check_postgres.pl

-

check_postgres.pl 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 End Point Corporation and is BSD-licensed. The latest version is 2.3.7, and was released on October 14, 2008.

+

check_postgres.pl 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 End Point Corporation and is BSD-licensed. The latest version is 2.3.8, and was released on October 21, 2008.

The latest development version can be downloaded via git: