summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Collapse)Author
2010-12-27For connection test, return critical, not unknown, on FATAL errorsGreg Sabino Mullane
2010-12-27Fixed problem when examining items in pg_settings.Greg Sabino Mullane
2010-11-08Add --quiet argument.Greg Sabino Mullane
2010-10-15Merge branch 'master' of [email protected]:/var/lib/git/check_postgresGreg Sabino Mullane
2010-10-15Handle %y in logfilename template.Greg Sabino Mullane
2010-09-29Minor docs fixJoshua Tolley
2010-09-14Merge branch 'master' of [email protected]:/var/lib/git/check_postgresGreg Sabino Mullane
2010-09-14Note latest change.Greg Sabino Mullane
2010-08-30Edit docs to match other actions betterJoshua Tolley
2010-08-30Fix typoJoshua Tolley
2010-08-30Add docs for new pgb_ checksJoshua Tolley
2010-08-30Fix txn_time to work properly given psql with -xJoshua Tolley
2010-08-27Add several checks for pgbouncer pool statisticsJoshua Tolley
2010-08-11New action to check on the number of archive files in "ready" statusJehan-Guillaume (ioguix) de Rorthais
2010-08-11Update ChangesGreg Sabino Mullane
2010-08-11Separate perfdata with spaces, per spec.Jehan-Guillaume (ioguix) de Rorthais
2010-07-20Add correct name.Greg Sabino Mullane
2010-07-20Fix the regex that matches psql/edb-psqlSivakumar.K
2010-07-19Add new check: new_version_tnmGreg Sabino Mullane
Checks if a newer version of tail_n_mail is available. Refactored all the new_version_* subs into a common routine. Fixed up the related tests.
2010-07-19Tweak version() regexes to allow for "EnterpriseDB" branded databases.Greg Sabino Mullane
Per report from tosivakumar on github. Improve handling of devel versions in the new_version_pg check.
2010-06-02Overhaul index comparison in same_schemaGreg Sabino Mullane
2010-06-02Don't try and figure out indexed columns when 0 (functional indexes)Greg Sabino Mullane
2010-05-20Attribute credit for latest same_schema changes.Greg Sabino Mullane
2010-05-20Lots more checking of index information inside of same_schema.Greg Sabino Mullane
Add tests for the same.
2010-05-20Add index comparison to same_schema action.Norman Yamada
2010-05-20Switch to using env perl instead of a direct perl call.Greg Sabino Mullane
Move the emacs stuff to another line
2010-05-19Fix logic for backends check with negative numbers.Kabalin, Ruslan
2010-05-14Fix doc typo spotted by Peter EisentrautGreg Sabino Mullane
2010-04-26Typo.Greg Sabino Mullane
2010-04-26Better checking of columns for constraints in same_schema.Greg Sabino Mullane
2010-04-26Overhaul the constraint section of same_schema.Greg Sabino Mullane
2010-04-25Lots more work on getting constraints to line up across versions.Greg Sabino Mullane
Add line to force emacs to use spaces
2010-04-22What the heck was that doing there?Greg Sabino Mullane
2010-04-22Kill tabsGreg Sabino Mullane
2010-04-22More flattening of constraint definitions across Postgres versions.Greg Sabino Mullane
2010-04-22Constraints only varying by double quotes now match in same_schemaGreg Sabino Mullane
2010-04-22Show which table constraint is on when definitions differ.Greg Sabino Mullane
2010-04-07Minor tweaks.Greg Sabino Mullane
2010-04-07Complete the tabs-to-spaces conversion.Greg Sabino Mullane
2010-04-07Changed all tabs to spaces, by popular demand.Greg Sabino Mullane
2010-04-07Fix some old code paths so the txn_idle tests work again.Greg Sabino Mullane
2010-04-07Make check_slony_status use the new run_command format.Greg Sabino Mullane
2010-04-07Always use ENV{PGSERVICE} to prevent issues with "service="Guillaume Lelarge
Signed-off-by: Greg Sabino Mullane <[email protected]>
2010-04-07Clean up some merging junk.Greg Sabino Mullane
2010-04-07Merge commit 'petdance/master'Greg Sabino Mullane
Conflicts: TODO check_postgres.pl
2010-04-07Adding a --man option to display the entire manual.Andy Lester
2010-04-07Bump to version 2.15.0, regenerate HTML, update release changes.Greg Sabino Mullane
2010-04-07resolving merge problemsAndy Lester
2010-04-07Clarify checkpoint docs.Greg Sabino Mullane
2010-04-07Fix custom logic.Andreas Mager