DEVELOPMENT
Development happens using the git system. You can clone the latest version by doing:
- git clone http://bucardo.org/check_postgres.git
MAILING LIST
Two mailing lists are available. For discussions about the program, bug reports,
feature requests, and commit notices, send email to check_postgres@bucardo.org
https://mail.endcrypt.com/mailman/listinfo/check_postgres
A low-volume list for announcement of new versions and important notices is the
‘check_postgres-announce’ list:
https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce
HISTORY
Items not specifically attributed are by Greg Sabino Mullane.
- Version 2.3.7
-
- Allow multiple databases in 'sequence' action. Reported by Christoph Zwerschke.
- Version 2.3.6
-
- Add missing $schema to check_fsm_pages. (Robert Treat)
- Version 2.3.5
-
- Change option 'checktype' to 'valtype' to prevent collisions with -c[ritical]
- Better handling of errors.
- Version 2.3.4
-
- Do explicit cleanups of the temp directory, per problems reported by sb@nnx.com.
- Version 2.3.3
-
- Account for cases where some rounding queries give -0 instead of 0.
- Thanks to Glyn Astill for helping to track this down.
- Version 2.3.2
-
- Always quote identifiers in check_replicate_row action.
- Version 2.3.1
-
- Give a better error if one of the databases cannot be reached.
- Version 2.3.0
-
- Add the "sequence" action, thanks to Gavin M. Roy for the idea.
- Fix minor problem with autovac_freeze action when using MRTG output.
- Allow output argument to be case-insensitive.
- Documentation fixes.
- Version 2.2.4
-
- Fix some minor typos
- Version 2.2.3
-
- Expand range of allowed names for --repinfo argument (Glyn Astill)
- Documentation tweaks.
- Version 2.2.2 (September 30, 2008)
-
- Fixes for minor output and scoping problems.
- Version 2.2.1 (September 28, 2008)
-
- Add MRTG output to fsm_pages and fsm_relations.
- Force error messages to one-line for proper Nagios output.
- Check for invalid prereqs on failed command. From conversations with Euler Taveira de Oliveira.
- Tweak the fsm_pages formula a little.
- Version 2.2.0 (September 25, 2008)
-
- Add fsm_pages and fsm_relations actions. (Robert Treat)
- Version 2.1.4 (September 22, 2008)
-
- Fix for race condition in txn_time action.
- Add --debugoutput option.
- Version 2.1.3 (September 22, 2008)
-
- Allow alternate arguments "dbhost" for "host" and "dbport" for "port".
- Output a zero as default value for second line of MRTG output.
- Version 2.1.2 (July 28, 2008)
-
- Fix sorting error in the "disk_space" action for non-Nagios output.
- Allow --simple as a shortcut for --output=simple.
- Version 2.1.1 (July 22, 2008)
-
- Don't check databases with datallowconn false for the "autovac_freeze" action.
- Version 2.1.0 (July 18, 2008)
-
- Add the "autovac_freeze" action, thanks to Robert Treat for the idea and design.
- Put an ORDER BY on the "txn_wraparound" action.
- Version 2.0.1 (July 16, 2008)
-
- Optimizations to speed up the "bloat" action quite a bit.
- Fix "version" action to not always output in mrtg mode.
- Version 2.0.0 (July 15, 2008)
-
- Add support for MRTG and "simple" output options.
- Many small improvements to nearly all actions.
- Version 1.9.1 (June 24, 2008)