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
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
2004-12-02
More internationalization work
Benoit Mortier
2004-12-02
return of process_arguments() is TRUE not OK !
Benoit Mortier
2004-12-02
changed Error: by CRITICAL -
Benoit Mortier
2004-12-01
standardize localization string
Benoit Mortier
2004-11-24
Making messages more consistent
Ton Voon
2004-03-14
use fperfdata
Karl DeBisschop
2003-11-17
add perfdata
Karl DeBisschop
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
2003-08-02
establish "UT_" namespace for usage text in #defines
Karl DeBisschop
2003-07-30
markup for translation
Karl DeBisschop
2003-07-29
mark for translation
Karl DeBisschop
2003-07-26
mark for translation
Karl DeBisschop
2003-03-11
Remove getopt_long checks
Ton Voon
2003-03-07
Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions
Jeremy T. Bouse
2003-02-18
spurious backslash escape
Karl DeBisschop
2003-02-08
use enum instead of define
Karl DeBisschop
2003-01-16
semicolon needed where progname define was replaced
Karl DeBisschop
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2002-11-09
define and use usage3 where second part of message is a an int/char
Karl DeBisschop
2002-10-21
now we provide long opts if they do not exist
Karl DeBisschop
2002-02-28
Initial revision
Ethan Galstad