Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-30 | Better --dbservice docs, as pointed out by Jason Ryan on the mailing list. | Greg Sabino Mullane | |
2012-04-23 | Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2012-04-23 | Remove odd whitespace junk. | Greg Sabino Mullane | |
2012-03-08 | Fix check_postgres_hitratio documentation | Christoph Berg | |
check_postgres_hitratio was wrong called check_postgres_database_hitratio in the documentation. | |||
2012-02-20 | Allow txn_idle to work again for < 8.3 servers by switching to query_time. | Greg Sabino Mullane | |
2012-02-20 | Better detection of stats_command_string being off. | Greg Sabino Mullane | |
Start work to allow txn_idle on old systems. | |||
2012-02-20 | Cleaner "ERROR" output | Greg Sabino Mullane | |
2012-02-20 | Fix French UTF-8 character. | Greg Sabino Mullane | |
2012-02-13 | Allow spaces within items within same_schema action. | Greg Sabino Mullane | |
Bump version to 2.20.0 | |||
2012-02-10 | Note recent change | Greg Sabino Mullane | |
2012-02-10 | Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2012-02-10 | Make sure STDOUT is using utf8. Per report from Emmanuel Lesouef | Greg Sabino Mullane | |
2012-02-10 | Update the french translation | Guillaume Lelarge | |
2012-01-24 | Fix repository entry in META.yml | Cédric Villemain | |
just a trailling / and a s/https/git/ change | |||
2012-01-23 | Allows PGBINDIR in check_postgresrc | Cédric Villemain | |
This is the same approach as it is with PSQL variable (the $NO_PSQL_OPTION variable har-coded *MUST* be set to 0 to use them). PGBINDIR can be set in ENV, hard-coded in check_postgres.pl or set via command-line argument. PGCONTROLDATA and PSQL can still be used but should be deprecated. the logic is if NO_PSQL_OPTION=1 : * that PGBINDIR can be set via environment variable, but not via config file or command-line argument. * that PSQL can not be set explicitly, but derived from PGBINDIR | |||
2012-01-22 | Fix the createlang during init | Cédric Villemain | |
There was a copy-n-paste error, only affecting < 8.1 . | |||
2012-01-22 | Revert "Minor change in bloat test" | Cédric Villemain | |
This reverts commit 7788d081ab5ed74d53f699bc7333e00f2bb59d9a. GSM: Data::Dumper is handy for when you do want to Dump something. | |||
2012-01-22 | Note the symlink for generic tarball | Greg Sabino Mullane | |
2012-01-22 | Update History for 2.20.0 | Cédric Villemain | |
Add check for pgagent jobs (David E. Wheeler) | |||
2012-01-22 | Minor change in bloat test | Cédric Villemain | |
The test was loading Data::Dumepr but not using it. | |||
2012-01-22 | Add `pgagent_jobs` test. | Cédric Villemain | |
From: "David E. Wheeler" <[email protected]> This patch adds support for checking for failed pgAgent jobs within a specified period of time. You can specify either --critical or --warning as a period of time, and it will report on failures within that period of time previous to the current time. Job failures are determined by a non-0 status in a job step record. Using this test obviously requiers that the pgAgent schema be installed. I've also included a bunch of unit tests to make sure it works the way I would expect (the test will create a schema for testing) and documentation. As part of this, I've introduced the `any_warning` argument to `validate_range()`. The `pgagent_jobs` test does not care if you specify a warning value greater than the critical value (indeed, I expect that if one used both at all, the warning would be much longer). So this new argument prevents the `range-warnbigtime` or `range-warnbigsize` failures from being triggered. Cedric: I sorted the POD and added the action_info so that t/05_docs.t is ok. I also built and push the new .html | |||
2012-01-18 | Add link | Greg Sabino Mullane | |
2012-01-18 | More tweaks to the release process. | Greg Sabino Mullane | |
2012-01-18 | Note need to commit before the tagging. | Greg Sabino Mullane | |
2012-01-18 | Ready for 2.19.0 release2.19.0 | Greg Sabino Mullane | |
2012-01-18 | Perl::Critic inspired changes | Greg Sabino Mullane | |
2012-01-17 | Omit Variables::ProhibitUselessInitialization as it has an internal error. | Greg Sabino Mullane | |
2012-01-17 | Try to wrap failing Perl::Critic calls in an eval. Does not work. | Greg Sabino Mullane | |
2012-01-17 | Clear temp schema | Greg Sabino Mullane | |
2012-01-17 | Remove tabs | Greg Sabino Mullane | |
2012-01-17 | Tweaks for better "fakeschema" in the tests. | Greg Sabino Mullane | |
2012-01-17 | Have MRTG show a set message, for times when we end up there indirectly. | Greg Sabino Mullane | |
2012-01-16 | Spell check tweaks | Greg Sabino Mullane | |
2012-01-16 | Translation cleanups | Greg Sabino Mullane | |
2012-01-16 | Typo in SQL | Greg Sabino Mullane | |
2012-01-16 | Make sure we do not force cluster ids to an int, else we get exponential ↵ | Greg Sabino Mullane | |
notation. | |||
2012-01-16 | Add some debugging to the perlcritic test | Greg Sabino Mullane | |
2012-01-16 | Getting tired of these !@#$!@#%! tabs in this !~@#$!@#$ code | Greg Sabino Mullane | |
2012-01-16 | More tabs | Greg Sabino Mullane | |
2012-01-16 | Remove tabs | Greg Sabino Mullane | |
2012-01-16 | Bump to 2012 | Greg Sabino Mullane | |
2011-12-09 | Ignore the MYMETA auto-generated files | Greg Sabino Mullane | |
2011-12-09 | Make version 2.19.0 everywhere | Greg Sabino Mullane | |
2011-12-09 | Remove version 2.18.1 - going right to 2.19 | Greg Sabino Mullane | |
2011-11-28 | Note bugzilla items, per recent email. | Greg Sabino Mullane | |
2011-11-27 | Fix xlog formula: ff000000 not ffffffff | Euler Taveira de Oliveira | |
See http://eulerto.blogspot.com/2011/11/understanding-wal-nomenclature.html | |||
2011-11-26 | Revert bug 92 tweak, per point from Robert Treat. | Greg Sabino Mullane | |
No more late night coding for me. #easilybrokenpromises | |||
2011-11-24 | Exclude IIT from txn_time | Greg Sabino Mullane | |
2011-11-23 | Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2011-11-23 | Note latest fix. | Greg Sabino Mullane | |