summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-07-03 02:35:25 +0000
committerGreg Sabino Mullane2011-07-03 02:35:25 +0000
commit01f06adb143036249e07949ba76fc23e2cd45b4e (patch)
tree9a3b38e2219e36079526df97512319e331593b36 /check_postgres.pl
parent7d7269cd40acbc30e5d2f8a89dd6bac759e6fac5 (diff)
Credit Thomas Guettler with last commit idea.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 979d875e4..f1e66bd92 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -9285,6 +9285,10 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane).
Make sure --action overrides the symlink naming trick.
+ Set defaults for archive_ready and wal_files (Thomas Guettler, GSM)
+
+ Better output for wal_files and archive_ready (GSM)
+
Fix warning when client_port set to empty string (bug #79)
Account for "empty row" in -x output (i.e. source of functions).