From: Greg Sabino Mullane check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.1.2
NAME
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".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"Items not specifically attributed are by Greg Sabino Mullane.
+ Allow alternate arguments "dbhost" for "host" and "dbport" for "port".+
+ Output a zero as default value for second line of MRTG output.+
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.