diff options
author | Greg Sabino Mullane | 2008-10-14 19:38:47 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-10-14 19:38:47 +0000 |
commit | 23dc59723fc7a81fa2c3d4fbcd79393853e8c9a0 (patch) | |
tree | b3a10d1f574add2073c0d18b337fdc4fafce87d6 /index.html | |
parent | a4a8f8b64df35ababdf2655aa72bde13303e26dd (diff) |
Do the right thing when 'sequence' called with multiple databases.
Handle 'target' argument to run_command cleaner.
Bump to version 2.3.7
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html index a5e6fa99d..376ead040 100644 --- a/index.html +++ b/index.html @@ -21,14 +21,14 @@ h1 { <h1>check_postgres.pl</h1> -<p><b>check_postgres.pl</b> 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 <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.3.6</b>, and was released on October 13, 2008.</p> +<p><b>check_postgres.pl</b> 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 <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.3.7</b>, and was released on October 14, 2008.</p> <ul> - <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.3.6</a></li> + <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.3.7</a></li> </ul> <ul> - <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.3.6</a></li> - <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.3.6</a></li> + <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.3.7</a></li> + <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.3.7</a></li> </ul> <p>The latest development version can be downloaded via git:</p> |