index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_pgsql.c
Age
Commit message (
Expand
)
Author
2022-11-04
Removing is_pg_dbname alltogether,using postgres API. (Closes: #1660) (#1803)
waja
2022-01-25
add --queryname parameter to check_pgsql (#1741)
datamuc
2021-02-15
Using snprintf which honors the buffers size and guarantees null termination....
Florian Lohoff
2019-02-15
check_by_ssh: fix child process leak on timeouts
Sven Nierlein
2016-12-01
Spelling fixes suggested by lintian
Jan Wagner
2015-10-04
use unknown exit code for help/version in plugins
Sven Nierlein
2014-03-13
check_pgsql: Add missing newline to --help output
Holger Weiss
2014-01-21
Merge branch 'rename'
Thomas Guyot-Sionnest
2014-01-21
plugins/*.c: Alterations for timeout messages.
Spenser Reinhardt
2014-01-20
Capitalize "Monitoring" when it's the first word
Holger Weiss
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
2013-09-19
check_pgsql: Don't exit UNKNOWN instead of OK
Holger Weiss
2013-08-17
check_pgsql: Add missing printf(3) argument
Holger Weiss
2013-08-17
check_pgsql: Remove -4/-6 flags from help output
Holger Weiss
2013-08-17
Merge remote-tracking branch 'github/tokkee/sh/check_pgsql'
Holger Weiss
2012-11-28
unified ipv4/6 usage and help text
Sven Nierlein
2012-07-05
check_pgsql: Determine connection time in µs-resolution.
Sebastian Harl
2012-07-05
check_pgsql: Leave 'min' value in query perfdata empty.
Sebastian Harl
2012-07-05
check_pgsql: Updated copyright.
Sebastian Harl
2012-07-05
check_pgsql: Added support for the -o command line option.
Sebastian Harl
2012-07-05
check_pgsql: Removed -4/-6 flags from help output.
Sebastian Harl
2012-07-05
check_pgsql: Allow UNIX socket directories as hostname as well.
Sebastian Harl
2012-07-05
check_pgsql: Use PQconnectdb() rather than PQsetdbLogin().
Sebastian Harl
2012-07-05
check_pgsql: Fixed query perfdata output for empty warn/crit ranges.
Sebastian Harl
2012-07-05
check_pgsql: Added support for executing queries.
Sebastian Harl
2012-06-29
Die when asprintf fails
Anders Kaseorg
2010-04-22
Add newline after "Usage:" in --help
Thomas Guyot-Sionnest
2010-04-21
Standardize the extra-opts notes
Thomas Guyot-Sionnest
2010-04-14
Fix translations when extra-opts aren't enabled
Thomas Guyot-Sionnest
2009-06-01
Whitespace indent fixes for check_pgsql
Matthias Eble
2009-06-01
Added verbose output to check_pgsql (#2799281 - Jun Kuriyama)
Matthias Eble
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
2008-02-13
check_pgsql now builds with postgres lib v8.3 (Jan Wagner #1878972)
Matthias Eble
2008-01-31
Bump plugin/ to GPLv3 (check_overcr to check_users)
Thomas Guyot-Sionnest
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
2006-10-19
first pass at cleaning localization for new release
Benoit Mortier
2006-06-17
cleaning up help and usage
Benoit Mortier
2006-06-06
modify the is_pg_dbname() function to allow databases with '-' in their name.
M. Sean Finney
2004-12-25
various fixes for localization
Benoit Mortier
2004-12-10
Fixing broken compile
Matthew Kent
2004-12-03
reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
Benoit Mortier
2004-12-03
print_help and print_usage() cleanup
Benoit Mortier
2004-12-03
remove UT_HLP_VRS from print_usage
Benoit Mortier
2004-12-03
fixes for internationalization
Benoit Mortier
2004-12-03
Localization fixes
Benoit Mortier
2004-12-03
correcting copyright and remaning int result = STATE_UNKNOWN;
Benoit Mortier
2004-12-03
bump copyright year
Benoit Mortier
[next]