Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_pgsql.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2009-06-01 Matthias EbleWhitespace indent fixes for check_pgsql
2009-06-01 Matthias EbleAdded verbose output to check_pgsql (#2799281 - Jun...
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-02-13 Matthias Eblecheck_pgsql now builds with postgres lib v8.3 (Jan...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2006-10-19 Benoit Mortierfirst pass at cleaning localization for new release
2006-06-17 Benoit Mortiercleaning up help and usage
2006-06-06 M. Sean Finneymodify the is_pg_dbname() function to allow databases...
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-10 Matthew KentFixing broken compile
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Benoit MortierLocalization fixes
2004-12-03 Benoit Mortiercorrecting copyright and remaning int result = STATE_UN...
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-02 Benoit Mortierchanged Error: by CRITICAL -
2004-12-01 Benoit Mortierstandardize localization string
2004-11-24 Ton VoonMaking messages more consistent
2004-03-14 Karl DeBisschopuse fperfdata
2003-11-17 Karl DeBisschopadd perfdata
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-02 Karl DeBisschopestablish "UT_" namespace for usage text in #defines
2003-07-30 Karl DeBisschopmarkup for translation
2003-07-29 Karl DeBisschopmark for translation
2003-07-26 Karl DeBisschopmark for translation
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-07 Jeremy T. BouseAdded getaddrinfo.[ch] & gethostbyname.[ch] to provide...
2003-02-18 Karl DeBisschopspurious backslash escape
2003-02-08 Karl DeBisschopuse enum instead of define
2003-01-16 Karl DeBisschopsemicolon needed where progname define was replaced
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-09 Karl DeBisschopdefine and use usage3 where second part of message...
2002-10-21 Karl DeBisschopnow we provide long opts if they do not exist
2002-02-28 Ethan GalstadInitial revision