index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_mysql.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
Merge branch 'master' into mysql_detect_mysqldump
refs/pull/1718/head
RincewindsHat
1
-2/+5
2023-09-18
Initialize slaveresult to 0 and use strncat instead of bsd strlcat
RincewindsHat
1
-2/+2
2023-09-18
Add mysql_close to avoid spamming the server logs
RincewindsHat
1
-0/+1
2023-05-30
check_mysql: handle ER_ACCESS_DENIED_NO_PASSWORD_ERROR if ignore_auth=1
refs/pull/1883/head
Platon Pronko
1
-1/+4
2023-04-28
Typo in check_mysql
refs/pull/1878/head
Lorenz Kästle
1
-1/+1
2021-10-31
check_mysql.c: Detect running mysqldump
Gerardo Malazdrewicz
1
-6/+26
2019-03-21
check_mysql: Allow sockets to be specified to -H
refs/pull/1587/head
Robin Sonefors
1
-0/+3
2015-10-04
use unknown exit code for help/version in plugins
Sven Nierlein
1
-2/+2
2014-07-28
check_mysql: ignore authentication failure
Jan Wagner
1
-2/+20
2014-04-03
Fix check_mysql.c client options from file
awiddersheim
1
-6/+0
2014-01-20
Capitalize "Monitoring" when it's the first word
Holger Weiss
1
-1/+1
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
1
-3/+3
2013-08-18
check_mysql: Don't accept new positional arguments
Holger Weiss
1
-4/+0
2013-08-18
check_mysql: Use xasprintf instead of asprintf
Holger Weiss
1
-1/+1
2013-08-18
check_mysql: Fix copy'n'pasted comments
Holger Weiss
1
-2/+2
2013-08-18
Merge branch 'master' of https://github.com/jonmilby/nagios-plugins
Holger Weiss
1
-4/+34
2013-08-18
check_mysql: Connections should have been defined as a counter
Tim Laszlo
1
-3/+3
2013-08-18
Counter increments were incorrect; remove the leading space from perfdata
Tim Laszlo
1
-4/+7
2013-08-18
check_mysql: add perfromance metrics for all checks
Tim Laszlo
1
-10/+61
2013-08-18
check_mysql: when checking slave thread add performance data for seconds behi...
Tim Laszlo
1
-3/+17
2013-08-17
check_mysql: Cosmetic changes to SSL support
Holger Weiss
1
-23/+23
2013-08-17
Added ssl support to check_myslq
Juan Carlos Fernandez
1
-2/+48
2013-01-24
Apply my patch from:
refs/pull/34/head
Daniël van Eeden
1
-3/+8
2012-12-28
Updated check_mysql.c to take client options file and group parameters
refs/pull/32/head
Jonathan Milby
1
-4/+35
2012-06-29
Die when asprintf fails
Anders Kaseorg
1
-1/+1
2010-04-22
Add newline after "Usage:" in --help
Thomas Guyot-Sionnest
1
-1/+1
2010-04-22
Standardize the extra-opts notes
Thomas Guyot-Sionnest
1
-4/+0
2010-04-14
Fix translations when extra-opts aren't enabled
Thomas Guyot-Sionnest
1
-5/+5
2009-05-20
Fix check_mysql* not using password set in my.cnf (#2531905 - Ben Timby)
Thomas Guyot-Sionnest
1
-4/+4
2009-03-24
check_mysql: Fix segfault with old slaves (#2696823 - Oskar Ahner)
Thomas Guyot-Sionnest
1
-1/+2
2009-02-20
Typo fixes (Jan Wagner - SF 1878971)
Ton Voon
1
-1/+1
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-6/+2
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-3/+3
2008-08-16
Fix assignment written as a comparison in validate_arguments() when db_pass i...
Thomas Guyot-Sionnest
1
-1/+1
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
1
-0/+10
2008-04-30
Add socket support to check_mysql*
Thomas Guyot-Sionnest
1
-15/+32
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
1
-2/+4
2008-01-30
Bump plugins/ to GPLv3 (check_apt to check_nwstat)
Thomas Guyot-Sionnest
1
-24/+21
2007-12-10
Plenty of french translations (and a few fixes BTW)
Thomas Guyot-Sionnest
1
-1/+1
2007-03-29
Fix argument processing (Felix Frank - 1690697)
Holger Weiss
1
-5/+5
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1/+1
2006-10-19
first pass at cleaning localization for new release
Benoit Mortier
1
-6/+28
2006-07-13
Move new util_* functions to lib/
Ton Voon
1
-0/+1
2006-06-15
cleaning help and usage
Benoit Mortier
1
-23/+21
2006-03-17
mysql detection cleanup: fixes runtime linking, autodetection of main
Ton Voon
1
-2/+2
2006-03-15
Alert on amount of time a slave is behind (Steven Kreuzer)
Ton Voon
1
-19/+62
2005-12-15
Display errors with slave queries correctly. Added extra tests for slaves
Ton Voon
1
-3/+13
2005-10-13
check mysql now reads [client] defaults from my.cnf (debian bug #278817)
M. Sean Finney
1
-0/+2
2005-05-26
fix for check_msyql so that it doesn't use column numbers but the
M. Sean Finney
1
-9/+26
2005-03-18
Replication check support for 4.1.x from Gerrit Beine
Matthew Kent
1
-1/+9
[next]