check_postgres.git
17 years agoMake it a package for testing ease.
Greg Sabino Mullane [Wed, 16 Apr 2008 23:13:52 +0000 (19:13 -0400)]
Make it a package for testing ease.
Final sig for version 1.5.0

17 years agoFirst outline of a test suite.
Greg Sabino Mullane [Wed, 16 Apr 2008 23:11:59 +0000 (19:11 -0400)]
First outline of a test suite.

17 years agoDoc syntax
Greg Sabino Mullane [Wed, 16 Apr 2008 22:48:36 +0000 (18:48 -0400)]
Doc syntax

17 years agoMajor documentation cleanup.
Greg Sabino Mullane [Wed, 16 Apr 2008 22:28:14 +0000 (18:28 -0400)]
Major documentation cleanup.

17 years agoMajor documentation cleanup.
Greg Sabino Mullane [Wed, 16 Apr 2008 22:27:51 +0000 (18:27 -0400)]
Major documentation cleanup.
Add perlcriticrc file.

17 years agoAdd --includeuser and --excludeuser
Greg Sabino Mullane [Wed, 16 Apr 2008 20:59:22 +0000 (16:59 -0400)]
Add --includeuser and --excludeuser
Bump the version
Documentation cleanups.

17 years agoAdd 'output' concept for non-Nagios future use, change canonical URLs.
Greg Sabino Mullane [Wed, 16 Apr 2008 18:38:50 +0000 (14:38 -0400)]
Add 'output' concept for non-Nagios future use, change canonical URLs.

17 years agoTypo: arg should be db for empty query check.
Greg Sabino Mullane [Tue, 8 Apr 2008 14:22:04 +0000 (10:22 -0400)]
Typo: arg should be db for empty query check.

17 years agoUpdate documentation file.
Greg Sabino Mullane [Sat, 5 Apr 2008 21:13:15 +0000 (17:13 -0400)]
Update documentation file.

17 years agoBump to version 1.4.2
Greg Sabino Mullane [Sat, 5 Apr 2008 20:27:08 +0000 (16:27 -0400)]
Bump to version 1.4.2

17 years agoTypo, thanks Rob.
Greg Sabino Mullane [Fri, 4 Apr 2008 21:35:07 +0000 (17:35 -0400)]
Typo, thanks Rob.

17 years agoNew sig.
Greg Sabino Mullane [Fri, 4 Apr 2008 11:57:27 +0000 (07:57 -0400)]
New sig.

17 years agoBump version.
Greg Sabino Mullane [Wed, 2 Apr 2008 20:25:21 +0000 (16:25 -0400)]
Bump version.

17 years agoFix some example problems spotted by Rob Treat.
Greg Sabino Mullane [Wed, 2 Apr 2008 20:24:13 +0000 (16:24 -0400)]
Fix some example problems spotted by Rob Treat.

17 years agoAdd last_autovaccum and last_autoanalyze.
Greg Sabino Mullane [Wed, 2 Apr 2008 19:27:41 +0000 (15:27 -0400)]
Add last_autovaccum and last_autoanalyze.

17 years agoUse greatest of last_[auto]vacuum|analyze, thanks to Robert Treat for idea.
Greg Sabino Mullane [Wed, 2 Apr 2008 14:26:09 +0000 (10:26 -0400)]
Use greatest of last_[auto]vacuum|analyze, thanks to Robert Treat for idea.

17 years agoBump version, redo check_wal_files with Robert Treat's nifty pg_ls_dir idea.
Greg Sabino Mullane [Wed, 2 Apr 2008 13:59:31 +0000 (09:59 -0400)]
Bump version, redo check_wal_files with Robert Treat's nifty pg_ls_dir idea.

17 years agoPOD fixes by Robert Treat.
Greg Sabino Mullane [Wed, 26 Mar 2008 21:48:58 +0000 (17:48 -0400)]
POD fixes by Robert Treat.

17 years agoNew sig
Greg Sabino Mullane [Mon, 24 Mar 2008 22:23:32 +0000 (18:23 -0400)]
New sig

17 years agoUse query_start, not xact_start for txn_idle, per Robert Treat.
Greg Sabino Mullane [Mon, 24 Mar 2008 22:21:33 +0000 (18:21 -0400)]
Use query_start, not xact_start for txn_idle, per Robert Treat.

17 years agoPGP sig
Greg Sabino Mullane [Mon, 24 Mar 2008 01:15:38 +0000 (21:15 -0400)]
PGP sig

17 years agoAdd "emptyok" concept for queries that may return no rows.
Greg Sabino Mullane [Mon, 24 Mar 2008 01:12:50 +0000 (21:12 -0400)]
Add "emptyok" concept for queries that may return no rows.

17 years agoBump version.
Greg Sabino Mullane [Mon, 24 Mar 2008 00:56:19 +0000 (20:56 -0400)]
Bump version.

17 years agoAdd txn_time and txn_idle.
Greg Sabino Mullane [Sun, 23 Mar 2008 17:23:58 +0000 (13:23 -0400)]
Add txn_time and txn_idle.

17 years agoAdd wal_files method, bump version, fix typos.
Greg Sabino Mullane [Fri, 22 Feb 2008 02:13:17 +0000 (21:13 -0500)]
Add wal_files method, bump version, fix typos.

17 years agoMatch (re)build_symlnks as well.
Greg Sabino Mullane [Tue, 5 Feb 2008 18:58:18 +0000 (13:58 -0500)]
Match (re)build_symlnks as well.

17 years agoMinor cleanups
Greg Sabino Mullane [Mon, 4 Feb 2008 02:01:19 +0000 (21:01 -0500)]
Minor cleanups

17 years agoFix incorrect date output for vacuum/analyze: use 'D' not 'DD' (Glyn Astill)
Greg Sabino Mullane [Mon, 4 Feb 2008 01:13:17 +0000 (20:13 -0500)]
Fix incorrect date output for vacuum/analyze: use 'D' not 'DD' (Glyn Astill)
Bump version.

17 years agoFix error codes, rearrange logfile settings, tweak help messages.
Greg Sabino Mullane [Mon, 17 Dec 2007 01:11:53 +0000 (20:11 -0500)]
Fix error codes, rearrange logfile settings, tweak help messages.

17 years agoRemove some debugging code.
Greg Sabino Mullane [Sun, 16 Dec 2007 06:46:21 +0000 (01:46 -0500)]
Remove some debugging code.

17 years agoMany more tweaks, refactoring, enhancements.
Greg Sabino Mullane [Sun, 16 Dec 2007 06:27:55 +0000 (01:27 -0500)]
Many more tweaks, refactoring, enhancements.
Update docs.
Bump minor version due to perfdata addition.

17 years agoMany updates to options, see HISTORY.
Greg Sabino Mullane [Sat, 15 Dec 2007 00:06:39 +0000 (19:06 -0500)]
Many updates to options, see HISTORY.

17 years agoAdd HISTORY section.
Greg Sabino Mullane [Sun, 9 Dec 2007 18:25:30 +0000 (13:25 -0500)]
Add HISTORY section.

17 years agoBump revision. Mention 8.2 requirement for last_analyze and last_vacuum in the docs.
Greg Sabino Mullane [Sun, 9 Dec 2007 18:19:06 +0000 (13:19 -0500)]
Bump revision. Mention 8.2 requirement for last_analyze and last_vacuum in the docs.

17 years agolast_vacuum and last_analyze only available in 8.2. Thanks to Robert Treat.
Greg Sabino Mullane [Sun, 9 Dec 2007 18:11:55 +0000 (13:11 -0500)]
last_vacuum and last_analyze only available in 8.2. Thanks to Robert Treat.

17 years agoUpdate docs a little.
Greg Sabino Mullane [Fri, 7 Dec 2007 15:38:52 +0000 (10:38 -0500)]
Update docs a little.

17 years agoInitial.
Greg Sabino Mullane [Fri, 7 Dec 2007 14:28:53 +0000 (09:28 -0500)]
Initial.