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