Age | Commit message (Expand) | Author | Files | Lines |
2 days | Refactor check_mysql | Lorenz Kästle | 1 | -116/+101 |
2025-02-24 | Add MySQL server version dectection and adaptive replica query | Lorenz Kästle | 1 | -2/+50 |
2025-02-24 | Add check-replica option for check_mysql, deprecate check_slave | Lorenz Kästle | 1 | -37/+55 |
2025-02-20 | Rename variable check_slave to check_replica | Lorenz Kästle | 1 | -4/+4 |
2025-02-20 | clang-format | Lorenz Kästle | 1 | -321/+282 |
2024-11-08 | check_mysql: delare file local variables static | Lorenz Kästle | 1 | -21/+21 |
2024-10-31 | check_mysql: update copyright | Lorenz Kästle | 1 | -2/+2 |
2024-08-28 | check_mysql: Label some booleans correctly | Lorenz Kästle | 1 | -4/+4 |
2024-08-28 | check_mysql: remove unused global variables | Lorenz Kästle | 1 | -1/+1 |
2023-10-18 | check_mysql: Use C99 booleans | RincewindsHat | 1 | -7/+7 |
2023-09-18 | Merge branch 'master' into mysql_detect_mysqldump | 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 | Platon Pronko | 1 | -1/+4 |
2023-04-28 | Typo in check_mysql | 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 | 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-18 | check_mysql: Cosmetic changes to SSL support | Holger Weiss | 1 | -23/+23 |
2013-08-18 | Added ssl support to check_myslq | Juan Carlos Fernandez | 1 | -2/+48 |
2013-01-24 | Apply my patch from: | Daniël van Eeden | 1 | -3/+8 |
2012-12-28 | Updated check_mysql.c to take client options file and group parameters | 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-21 | 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 |