Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_mysql.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2009-05-20 Thomas Guyot-SionnestFix check_mysql* not using password set in my.cnf ...
2009-03-24 Thomas Guyot-Sionnestcheck_mysql: Fix segfault with old slaves (#2696823...
2009-02-20 Ton VoonTypo fixes (Jan Wagner - SF 1878971)
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-08-16 Thomas Guyot-SionnestFix assignment written as a comparison in validate_argu...
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-30 Thomas Guyot-SionnestAdd socket support to check_mysql*
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-01-30 Thomas Guyot-SionnestBump plugins/ to GPLv3 (check_apt to check_nwstat)
2007-12-10 Thomas Guyot-SionnestPlenty of french translations (and a few fixes BTW)
2007-03-29 Holger WeissFix argument processing (Felix Frank - 1690697)
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-07-13 Ton VoonMove new util_* functions to lib/
2006-06-15 Benoit Mortiercleaning help and usage
2006-03-17 Ton Voonmysql detection cleanup: fixes runtime linking, autodet...
2006-03-15 Ton VoonAlert on amount of time a slave is behind (Steven Kreuzer)
2005-12-15 Ton VoonDisplay errors with slave queries correctly. Added...
2005-10-13 M. Sean Finneycheck mysql now reads [client] defaults from my.cnf...
2005-05-26 M. Sean Finneyfix for check_msyql so that it doesn't use column numbe...
2005-03-18 Matthew KentReplication check support for 4.1.x from Gerrit Beine
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierinternationalization fixes and help fixes
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-11-23 Ton VoonStandardising translation texts
2004-11-21 Matthew KentPatch from Nathan Shafer to add replication slave check...
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 DeBisschopmarkup for translation
2003-08-02 Karl DeBisschopmarkupf for translation
2003-03-11 Ton VoonRemove getopt_long checks
2003-02-11 Ton VoonPatch by Dave Viner for seg fault on RH 7.3 (655903)
2003-01-29 Karl DeBisschopremove incorrect check_disk() declaration
2003-01-28 Karl DeBisschopmissed argc check on port parameter
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-12 Karl DeBisschopremove call_getopt
2002-02-28 Ethan GalstadInitial revision