summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-07-28check_mysql: ignore authentication failureJan Wagner1-2/+20
2014-04-03Fix check_mysql.c client options from fileawiddersheim1-6/+0
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-08-18check_mysql: Don't accept new positional argumentsHolger Weiss1-4/+0
2013-08-18check_mysql: Use xasprintf instead of asprintfHolger Weiss1-1/+1
2013-08-18check_mysql: Fix copy'n'pasted commentsHolger Weiss1-2/+2
2013-08-18Merge branch 'master' of https://github.com/jonmilby/nagios-pluginsHolger Weiss1-4/+34
2013-08-18check_mysql: Connections should have been defined as a counterTim Laszlo1-3/+3
2013-08-18Counter increments were incorrect; remove the leading space from perfdataTim Laszlo1-4/+7
2013-08-18check_mysql: add perfromance metrics for all checksTim Laszlo1-10/+61
2013-08-18check_mysql: when checking slave thread add performance data for seconds behi...Tim Laszlo1-3/+17
2013-08-17check_mysql: Cosmetic changes to SSL supportHolger Weiss1-23/+23
2013-08-17Added ssl support to check_myslqJuan Carlos Fernandez1-2/+48
2013-01-24Apply my patch from:refs/pull/34/headDaniƫl van Eeden1-3/+8
2012-12-28Updated check_mysql.c to take client options file and group parametersrefs/pull/32/headJonathan Milby1-4/+35
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-4/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-5/+5
2009-05-20Fix check_mysql* not using password set in my.cnf (#2531905 - Ben Timby)Thomas Guyot-Sionnest1-4/+4
2009-03-24check_mysql: Fix segfault with old slaves (#2696823 - Oskar Ahner)Thomas Guyot-Sionnest1-1/+2
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-1/+1
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-3/+3
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