summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-16Fix assignment written as a comparison in validate_arguments() when db_pass i...Thomas Guyot-Sionnest1-1/+1
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-04-30Add socket support to check_mysql*Thomas Guyot-Sionnest1-15/+32
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-2/+4
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-24/+21
2007-12-10Plenty of french translations (and a few fixes BTW)Thomas Guyot-Sionnest1-1/+1
2007-03-29Fix argument processing (Felix Frank - 1690697)Holger Weiss1-5/+5
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-6/+28
2006-07-13Move new util_* functions to lib/Ton Voon1-0/+1
2006-06-15cleaning help and usageBenoit Mortier1-23/+21
2006-03-17mysql detection cleanup: fixes runtime linking, autodetection of mainTon Voon1-2/+2
2006-03-15Alert on amount of time a slave is behind (Steven Kreuzer)Ton Voon1-19/+62
2005-12-15Display errors with slave queries correctly. Added extra tests for slavesTon Voon1-3/+13
2005-10-13check mysql now reads [client] defaults from my.cnf (debian bug #278817)M. Sean Finney1-0/+2
2005-05-26fix for check_msyql so that it doesn't use column numbers but theM. Sean Finney1-9/+26
2005-03-18Replication check support for 4.1.x from Gerrit BeineMatthew Kent1-1/+9
2004-12-25various fixes for localizationBenoit Mortier1-11/+5
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-1/+0
2004-12-03internationalization fixes and help fixesBenoit Mortier1-3/+3
2004-12-03bump copyright yearBenoit Mortier1-1/+5
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-0/+2
2004-12-01standardize localization stringBenoit Mortier1-12/+6
2004-11-24Making messages more consistentTon Voon1-2/+2
2004-11-23Standardising translation textsTon Voon1-1/+1
2004-11-21Patch from Nathan Shafer to add replication slave check (1006777)Matthew Kent1-4/+63
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-102/+94
2003-08-02markup for translationKarl DeBisschop1-3/+5
2003-08-02markupf for translationKarl DeBisschop1-57/+51
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-02-11Patch by Dave Viner for seg fault on RH 7.3 (655903)Ton Voon1-18/+19
2003-01-29remove incorrect check_disk() declarationKarl DeBisschop1-1/+0
2003-01-28missed argc check on port parameterKarl DeBisschop1-1/+1
2003-01-16semicolon needed where progname define was replacedKarl DeBisschop1-1/+1
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-12remove call_getoptKarl DeBisschop1-64/+38
2002-02-28Initial revisionEthan Galstad1-0/+297