From: Greg Sabino Mullane Date: Mon, 22 Sep 2008 14:14:48 +0000 (-0400) Subject: Update docs for release. X-Git-Tag: 2.9.0~267 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=7bff7901243d8dda511fa57b1f70432069a111b3;p=check_postgres.git Update docs for release. --- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 423818b44..d47946b52 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -3,7 +3,7 @@ B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.1.2 +This documents describes check_postgres.pl version 2.1.3 @@ -87,7 +87,7 @@ This documents describes check_postgres.pl version 2.1.2

NAME

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

+This documents describes check_postgres.pl version 2.1.3


@@ -186,13 +186,13 @@ of any threshold.

Connect to the host indicated by NAME. Can be a comma-separated list of names. Multiple host arguments -are allowed. If no host is given, defaults to a local Unix socket.

+are allowed. If no host is given, defaults to a local Unix socket. You may also use "--dbhost".

-p PORT or --port=PORT

Connects using the specified PORT number. Can be a comma-separated list of port numbers, and multiple -port arguments are allowed. If no port number is given, the default is 5432.

+port arguments are allowed. If no port number is given, the default is 5432. You may also use "--dbport"

-db NAME or --dbname=NAME
@@ -1051,6 +1051,14 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.1.3 (September 22, 2008)
+ +
+
+ Allow alternate arguments "dbhost" for "host" and "dbport" for "port".
+
+ Output a zero as default value for second line of MRTG output.
+
Version 2.1.2 (July 28, 2008)
@@ -1113,7 +1121,7 @@ feature requests, and commit notices, send email to Version 1.8.3 (June 18, 2008) +
Version 1.8.3 (June 18, 2008)
diff --git a/index.html b/index.html
index 4c0804a77..f31066dec 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 2.1.2, and was released on July 28, 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.1.3, and was released on September 22, 2008.