summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Collapse)Author
2009-04-06Fix typos, mention pg_service.conf in same breath as .pgpassGreg Sabino Mullane
2009-03-27Fix up broken perf data in txn_wraparound, and make the ordering consisten ↵Greg Sabino Mullane
by name (Cédric Villemain) Rewrote the whole txn_wraparound bit, and fixed an incorrect regex (Greg)
2009-03-27Colon to equalyGreg Sabino Mullane
2009-03-27Add additional summary stats to dbstats output. Based on patch by Andras ↵Greg Sabino Mullane
Fabian, with documentation added.
2009-03-26Change colon to space in query_time perf output, per Cédric VillemainGreg Sabino Mullane
2009-03-25Doc typo, caught by Cédriv Villemain.Greg Sabino Mullane
2009-03-24Add test for locks.Greg Sabino Mullane
2009-03-23Note and credit recent changes.Greg Sabino Mullane
2009-03-23Set the stats to zero if we error out early due to USERWHERECLAUSE. Andras ↵Greg Sabino Mullane
Fabian.
2009-03-23Fix typo, add missing exabyte regex. Both found by Selena Deckelmann.Greg Sabino Mullane
Tidy up the sizing docs section.
2009-03-13Need additional zero to support previous fix.Greg Sabino Mullane
2009-03-12Fix dbstats typo - thanks to Andras Fabian for finding this.Greg Sabino Mullane
2009-03-10Merge branch 'master' of bucardo@lt2:htdocs/nagios_postgresGreg Sabino Mullane
2009-03-09Typo in docs, caught by Robert Treat.Greg Sabino Mullane
2009-03-09Fix typo (tnxtime != txntime)Joshua Tolley
2009-03-09Remove pg_catalog specifier.Greg Sabino Mullane
2009-02-27Test for the 'version' action, plus some fixes revealed by same.Greg Sabino Mullane
2009-02-25Tweak checkpoint action, make crititcal or warning mandatory.Greg Sabino Mullane
2009-02-24Show the slave host when doing replicate_row.Greg Sabino Mullane
2009-02-24Tweak MRTG things in replicate_row.Greg Sabino Mullane
2009-02-24Changes suggested by new unit test.Greg Sabino Mullane
2009-02-23Typo, caught by Cédric VillemainGreg Sabino Mullane
2009-02-21Always show all databases in the perf output, and order them, per suggestion ↵Greg Sabino Mullane
by Cédric Villemain
2009-02-21Complete French translations by Guillaume Lelarge.Greg Sabino Mullane
2009-02-21Typo caught by Guillaume LelargeGreg Sabino Mullane
2009-02-20Fix missing arg problem in msg() calls. Remove debug line.Greg Sabino Mullane
2009-02-18Tweak the backend action per report by Guillaume Lelarge. Made a noticeGreg Sabino Mullane
in the docs about inclusions.
2009-02-18All output that can be should now be localized.Greg Sabino Mullane
2009-02-17More French translations from Guillaume LelargeGreg Sabino Mullane
2009-02-17More messages, alphabetasize the lot.Greg Sabino Mullane
2009-02-16Cleanup/overhaul i18n, add many more messages.Greg Sabino Mullane
2009-02-16Add utf8 pragma. Remove old T-XX messages. i18n bloat action.Greg Sabino Mullane
2009-02-16Throw an exception when NO_PSQL_OPTION is off but --PSQL is used.Greg Sabino Mullane
2009-02-16French message strings by Guillaume Lelarge.Greg Sabino Mullane
2009-02-15Basic i18n support.Greg Sabino Mullane
2009-02-15Add disabled_triggers check.Greg Sabino Mullane
Redo multi-version run_command() bit.
2009-02-10Add support for int2 in sequence checking, prevent wraparound for 'calls left'Greg Sabino Mullane
2009-02-10Patch from Michael Glaesemann for better sequence checking by looking at howGreg Sabino Mullane
it used by columns calling nextval.
2009-02-09Bump to 2.7.2 to fix bug found by Cédric VillemainGreg Sabino Mullane
2009-02-09Better logic at finding groups of connections.Greg Sabino Mullane
2009-02-06Bump version, minor whitespace fixes.Greg Sabino Mullane
2009-02-06Allow -p for port again.Greg Sabino Mullane
2009-02-04Ready for releaseGreg Sabino Mullane
2009-02-04Do not force a connection arg: do our best to connect, and useGreg Sabino Mullane
PGHOST, PGPORT, PGUSER, and PGDATABASE as defaults.
2009-02-04Remove spurious 's'.Joshua Tolley
2009-02-04Be clear about our GREATEST hack.Greg Sabino Mullane
2009-02-04Doc need for Date::Parse, bump versionGreg Sabino Mullane
2009-02-04Quick fix to remove the 'use' of Data::Parse for the whole script.Greg Sabino Mullane
2009-02-03TypoGreg Sabino Mullane
2009-02-02Be clear about role of checkpoint action.Greg Sabino Mullane