summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-30Better --dbservice docs, as pointed out by Jason Ryan on the mailing list.Greg Sabino Mullane
2012-04-23Merge branch 'master' of bucardo.org:/var/lib/git/check_postgresGreg Sabino Mullane
2012-04-23Remove odd whitespace junk.Greg Sabino Mullane
2012-03-08Fix check_postgres_hitratio documentationChristoph Berg
check_postgres_hitratio was wrong called check_postgres_database_hitratio in the documentation.
2012-02-20Allow txn_idle to work again for < 8.3 servers by switching to query_time.Greg Sabino Mullane
2012-02-20Better detection of stats_command_string being off.Greg Sabino Mullane
Start work to allow txn_idle on old systems.
2012-02-20Cleaner "ERROR" outputGreg Sabino Mullane
2012-02-20Fix French UTF-8 character.Greg Sabino Mullane
2012-02-13Allow spaces within items within same_schema action.Greg Sabino Mullane
Bump version to 2.20.0
2012-02-10Note recent changeGreg Sabino Mullane
2012-02-10Merge branch 'master' of bucardo.org:/var/lib/git/check_postgresGreg Sabino Mullane
2012-02-10Make sure STDOUT is using utf8. Per report from Emmanuel LesouefGreg Sabino Mullane
2012-02-10Update the french translationGuillaume Lelarge
2012-01-24Fix repository entry in META.ymlCédric Villemain
just a trailling / and a s/https/git/ change
2012-01-23Allows PGBINDIR in check_postgresrcCé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-22Fix the createlang during initCédric Villemain
There was a copy-n-paste error, only affecting < 8.1 .
2012-01-22Revert "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-22Note the symlink for generic tarballGreg Sabino Mullane
2012-01-22Update History for 2.20.0Cédric Villemain
Add check for pgagent jobs (David E. Wheeler)
2012-01-22Minor change in bloat testCédric Villemain
The test was loading Data::Dumepr but not using it.
2012-01-22Add `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-18Add linkGreg Sabino Mullane
2012-01-18More tweaks to the release process.Greg Sabino Mullane
2012-01-18Note need to commit before the tagging.Greg Sabino Mullane
2012-01-18Ready for 2.19.0 release2.19.0Greg Sabino Mullane
2012-01-18Perl::Critic inspired changesGreg Sabino Mullane
2012-01-17Omit Variables::ProhibitUselessInitialization as it has an internal error.Greg Sabino Mullane
2012-01-17Try to wrap failing Perl::Critic calls in an eval. Does not work.Greg Sabino Mullane
2012-01-17Clear temp schemaGreg Sabino Mullane
2012-01-17Remove tabsGreg Sabino Mullane
2012-01-17Tweaks for better "fakeschema" in the tests.Greg Sabino Mullane
2012-01-17Have MRTG show a set message, for times when we end up there indirectly.Greg Sabino Mullane
2012-01-16Spell check tweaksGreg Sabino Mullane
2012-01-16Translation cleanupsGreg Sabino Mullane
2012-01-16Typo in SQLGreg Sabino Mullane
2012-01-16Make sure we do not force cluster ids to an int, else we get exponential ↵Greg Sabino Mullane
notation.
2012-01-16Add some debugging to the perlcritic testGreg Sabino Mullane
2012-01-16Getting tired of these !@#$!@#%! tabs in this !~@#$!@#$ codeGreg Sabino Mullane
2012-01-16More tabsGreg Sabino Mullane
2012-01-16Remove tabsGreg Sabino Mullane
2012-01-16Bump to 2012Greg Sabino Mullane
2011-12-09Ignore the MYMETA auto-generated filesGreg Sabino Mullane
2011-12-09Make version 2.19.0 everywhereGreg Sabino Mullane
2011-12-09Remove version 2.18.1 - going right to 2.19Greg Sabino Mullane
2011-11-28Note bugzilla items, per recent email.Greg Sabino Mullane
2011-11-27Fix xlog formula: ff000000 not ffffffffEuler Taveira de Oliveira
See http://eulerto.blogspot.com/2011/11/understanding-wal-nomenclature.html
2011-11-26Revert bug 92 tweak, per point from Robert Treat.Greg Sabino Mullane
No more late night coding for me. #easilybrokenpromises
2011-11-24Exclude IIT from txn_timeGreg Sabino Mullane
2011-11-23Merge branch 'master' of bucardo.org:/var/lib/git/check_postgresGreg Sabino Mullane
2011-11-23Note latest fix.Greg Sabino Mullane