summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-12-28 01:10:57 +0000
committerGreg Sabino Mullane2010-12-28 01:10:57 +0000
commitefd34da27292585f4f25ed0d27d3a73c49a712fd (patch)
treee255315dfb85a98f1cc38cc15684b5bce326b5c6 /check_postgres.pl
parent59245016197d195de23258fc32e4194ef366e07b (diff)
Add release dates.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 965df8b4a..12240a654 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8760,14 +8760,18 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
-=item B<Version 2.15.1>
+=item B<Version 2.15.2>
+
+ Better formatting of sizes in the bloat output.
+
+=item B<Version 2.15.1> December 27, 2010
Fix problem when examining items in pg_settings (Greg Sabino Mullane)
For connection test, return critical, not unknown, on FATAL errors
(Greg Sabino Mullane, reported by Peter Eisentraut in bug #62)
-=item B<Version 2.15.0>
+=item B<Version 2.15.0> November 8, 2010
Add --quiet argument to surpress output on OK Nagios results
Add index comparison for same_schema (Norman Yamada and Greg Sabino Mullane)