From: Greg Sabino Mullane Date: Wed, 18 Jun 2008 23:06:03 +0000 (-0400) Subject: Add mailing list section, bump version. X-Git-Tag: 2.9.0~311 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=178383cf093637a53160d6b3fda276b79b947fa5;p=check_postgres.git Add mailing list section, bump version. --- diff --git a/check_postgres.pl b/check_postgres.pl index f90cd8b1b..41b0adb43 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3719,6 +3719,18 @@ Development happens using the git system. You can clone the latest version by do git-clone http://bucardo.org/check_postgres.git +=head1 MAILING LIST + +Two mailing lists are available. For discussions about the program, bug reports, +feature requests, and commit notices, send email to check_postgres@bucardo.org: + +https://mail.endcrypt.com/mailman/listinfo/check_postgres + +A low-volume list for announcement of new versions and important notices is the +'check_postgres-announce' list: + +https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce + =head1 HISTORY Items not specifically attributed are by Greg Sabino Mullane. diff --git a/check_postgres.pl.html b/check_postgres.pl.html index e914a15b9..7fc704620 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -30,6 +30,7 @@
  • TIPS AND TRICKS
  • DEPENDENCIES
  • DEVELOPMENT
  • +
  • MAILING LIST
  • HISTORY
  • BUGS AND LIMITATIONS
  • AUTHOR
  • @@ -50,7 +51,7 @@


    VERSION

    -

    This documents describes check_postgres.pl version 1.8.2

    +

    This documents describes check_postgres.pl version 1.8.3


    @@ -1156,9 +1157,27 @@ is needed by the check_disk_space action.


    +

    MAILING LIST

    +

    Two mailing lists are available. For discussions about the program, bug reports, +feature requests, and commit notices, send email to check_postgres@bucardo.org:

    +

    https://mail.endcrypt.com/mailman/listinfo/check_postgres

    +

    A low-volume list for announcement of new versions and important notices is the +'check_postgres-announce' list:

    +

    https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce

    +

    +

    +

    HISTORY

    Items not specifically attributed are by Greg Sabino Mullane.

    +
    Version 1.8.3 (June 18, 2008) + +
    +

    Fix check_backends action: there may be no rows in pg_stat_activity, so run a second +query if needed to find the max_connections setting. +Thanks to Jeff Frost for the bug report.

    +
    +
    Version 1.8.2 (June 10, 2008)
    @@ -1182,7 +1201,7 @@ Give better warnings when running actions not available on older Postgres server
    Version 1.7.1 (June 2, 2008)
    -

    Fix query_time action: account for race condition in which zero rows appear in pg_stat_activity. +

    Fix check_query_time action: account for race condition in which zero rows appear in pg_stat_activity. Thanks to Dustin Black for the bug report.

    @@ -1222,7 +1241,7 @@ Thanks to Dustin Black for the bug report.

    Add the --includeuser and --excludeuser options. Documentation cleanup.

    -
    Version 1.4.3 (April 16, 2008) +
    Version 1.4.3 (April 16, 2008)

    Add in the 'output' concept for future support of non-Nagios programs.

    diff --git a/index.html b/index.html index fcd4f697f..efc747083 100644 --- a/index.html +++ b/index.html @@ -21,13 +21,13 @@ 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 1.8.2, and was released on June 10, 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 1.8.3, and was released on June 10, 2008.