summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Collapse)Author
2011-03-14"--assume-standby-mode" option is added.Ruslan Kabalin
If specified, first the check if server in standby mode will be performed (--datadir is required), if so, all checks that require SQL queries will be ignored and "Server in standby mode" with OK status will be returned instead.
2011-03-14[backends] do not list excluded databases in output.Ruslan Kabalin
When used with --include or --exclude settings, listing all available databases in perfomance output might be confusing. Thus, only those databases that are taken into account for connectons number calculation are listed.
2011-03-14Changes in vim stattings string to meet new formattingRuslan Kabalin
Signed-off-by: Ruslan Kabalin <[email protected]>
2011-03-11French translationsGuillaume Lelarge
2011-03-09Credit last patch.Greg Sabino Mullane
2011-03-07handle undef percents in check_fsm_relationsAndy Lester
2011-02-21Spelling cleanups.Greg Sabino Mullane
Only spellcheck test files that start with a number.
2011-02-21SpellingGreg Sabino Mullane
2011-02-17More fixes to the MRTG action inside various actions.Greg Sabino Mullane
2011-02-16Whitespace cleanups.Greg Sabino Mullane
2011-02-12Clean up translations and tests.Greg Sabino Mullane
2011-02-12Fix MRTG for check_locks.Greg Sabino Mullane
2011-02-12Merge commit 'maletin/master'Greg Sabino Mullane
2011-02-12Fix MRTG for last_vacuum and last_analzyeGreg Sabino Mullane
2011-02-12Give the correct message when there are non-excluded tables mixed with excludedGreg Sabino Mullane
ones in the last_vacuum and analzye actions. Per complaint and solution provided by David E. Wheeler.
2011-02-12Refactor archive_ready into wal_filesGreg Sabino Mullane
2011-02-11Fix the <IDLE>-state in Bug #43.Martin von Oertzen
2011-02-09Better perfdata trailing semicolon cleanup.Greg Sabino Mullane
2011-02-09Clean up sub name.Greg Sabino Mullane
2011-02-09Remove unused transalation stringsGreg Sabino Mullane
2011-02-09Fix the perflimit for the bloat action, per bug #50Greg Sabino Mullane
2011-02-09Exclude idle in transaction from the query_time per bug #43.Greg Sabino Mullane
Since we've just overhauled this check, seems like a good a time as any to make this change.
2011-02-09Note recent changes.Greg Sabino Mullane
2011-02-09Last of the major perfname tweaksGreg Sabino Mullane
2011-02-09Lots more perfdata workGreg Sabino Mullane
2011-02-09New action: new_version_box, for the boxinfo.pl program.Greg Sabino Mullane
2011-02-09More perfdata work.Greg Sabino Mullane
2011-02-09Remove debug string.Greg Sabino Mullane
2011-02-09Clean up hot_standby_delay perfdataGreg Sabino Mullane
2011-02-09Do not show the host if it's empty.Greg Sabino Mullane
Do not show the perfdata divider if nothing is there. More perfdata changes.
2011-02-09More performance data cleanup.Greg Sabino Mullane
Fix up the custom_query a lot.
2011-02-08Fix custom_query for MRTG, and do a proper performance data section.Greg Sabino Mullane
2011-02-08No need to go to 2.18.0 yet!Greg Sabino Mullane
2011-02-08Fix regex per bug #69Peter Eisentraut
2011-02-08Fix spacing.Greg Sabino Mullane
2011-02-03More performance data enhancements.Greg Sabino Mullane
2011-02-03More performance data tweaking.Greg Sabino Mullane
2011-02-03Show an "s" for perf output per Nagios guidelines.Greg Sabino Mullane
2011-02-03Move the archive_ready sub upGreg Sabino Mullane
2011-02-03Bump vesion to 2.18.0, not recent changesGreg Sabino Mullane
2011-02-03Consolidate txn_idle, txn_time, and query_time, with major cleanup.Greg Sabino Mullane
Add vv argument as shorthand for "very verbose"
2011-02-03Cleanup of txn_idleGreg Sabino Mullane
2011-02-03Show information about the top offender for the txn_idle action.Greg Sabino Mullane
Clean up the tests.
2011-02-03Spelling police.Greg Sabino Mullane
2011-02-03Cuddle police.Greg Sabino Mullane
2011-02-03Return empty, not undef, for "ccount"Greg Sabino Mullane
2011-02-02Add credit and bug numbers, bump version.Greg Sabino Mullane
2011-02-02Support non-standard version strings in the bloat check.Michel Sijmons
With help from Gurjeet Singh
2011-02-02Set maxliagn to 8 in the bloat check if box identified as '64-bit'Michel Sijmons
2011-01-25Typo.Greg Sabino Mullane