[monitoring-plugins] check_mysql: replace cpp constant with a proper ...

2025-11-07 Thread Lorenz Kästle
it/?id=b6150cde check_mysql: replace cpp constant with a proper enum --- plugins/check_mysql.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 6134d6c6..7f2da5ac 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_m

[monitoring-plugins] check_mysql: implement modern output

2025-11-07 Thread Lorenz Kästle
it/?id=0fb65a3a check_mysql: implement modern output --- plugins/check_mysql.c | 270 ++--- plugins/check_mysql.d/config.h | 8 +- plugins/t/check_mysql.t| 7 +- 3 files changed, 175 insertions(+), 110 deletions(-) diff --git a/p

[monitoring-plugins] maintenance-2.4.0-check_mysql branch created

2025-10-18 Thread Git Repository
Module: monitoring-plugins Branch: maintenance-2.4.0-check_mysql SHA1: 4886fa3debf79aa2faac9d0180e8ddb4bb1d4aaa URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/log/?id=refs/heads/maintenance-2.4.0-check_mysql The maintenance-2.4.0-check_mysql branch has been

[monitoring-plugins] maintenanc-2.4.0-check_mysql branch created

2025-10-18 Thread Git Repository
Module: monitoring-plugins Branch: maintenanc-2.4.0-check_mysql SHA1: 4886fa3debf79aa2faac9d0180e8ddb4bb1d4aaa URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/log/?id=refs/heads/maintenanc-2.4.0-check_mysql The maintenanc-2.4.0-check_mysql branch has been created.

[monitoring-plugins] check_mysql: Assume MySQL server by default (in ...

2025-09-26 Thread Lorenz Kästle
it/?id=dbe417bd check_mysql: Assume MySQL server by default (in replica check) In the Debian Bug tracker (and then Github) a person pointed out, that a MySQL server does not respond with a hint that is indeed the MySQL software but only with the version string. Which makes sense if one assumes to

[monitoring-plugins] check_mysql: Assume MySQL server by default (in ...

2025-09-26 Thread Lorenz Kästle
Module: monitoring-plugins Branch: maintenance-2.4.0-check_mysql Commit: 291a704bcf738f6ceb7a1f46c69b8332b33dbd70 Author: Lorenz Kästle <[email protected]> Date: Fri Sep 26 08:57:19 2025 +0200 URL: https://www.monitoring-plugins.org/repositories/moni

[monitoring-plugins] maintenanc-2.4.0-check_mysql branch removed

2025-09-25 Thread Git Repository
Module: monitoring-plugins Branch: maintenanc-2.4.0-check_mysql Old SHA1: 4886fa3debf79aa2faac9d0180e8ddb4bb1d4aaa The maintenanc-2.4.0-check_mysql branch has been removed.

[monitoring-plugins] maintenance-2.4.0-check_mysql branch modified

2025-09-25 Thread Git Repository
Module: monitoring-plugins Branch: maintenance-2.4.0-check_mysql Old SHA1: New SHA1: 4886fa3debf79aa2faac9d0180e8ddb4bb1d4aaa URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/log/?id=refs/heads/maintenance-2.4.0

[monitoring-plugins] Refactor check_mysql

2025-03-11 Thread Lorenz Kästle
it/?id=3143b521 Refactor check_mysql --- plugins/Makefile.am| 1 + plugins/check_mysql.c | 217 +++-- plugins/check_mysql.d/config.h | 58 +++ 3 files changed, 160 insertions(+), 116 deletions(-) diff --git a/plugins/Makefil

[monitoring-plugins] Add check-replica option for check_mysql, ...

2025-03-07 Thread Lorenz Kästle
it/?id=97894cdd Add check-replica option for check_mysql, deprecate check_slave This commit adds an option "check-replica" to check_mysql which replaces "check-slave" (which still works). The changes are introduced to follow the naming scheme of MySQL/MariaDB, since this was

[monitoring-plugins] check_mysql tests: Also exchange slave for replica

2025-03-07 Thread Lorenz Kästle
it/?id=3ed6b7cd check_mysql tests: Also exchange slave for replica --- .github/NPTest.cache| 4 ++-- plugins/t/check_mysql.t | 32 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/NPTest.cache b/.github/NPTest.cache index d488d1b9..6b

[monitoring-plugins] check_mysql: delare file local variables static

2024-11-08 Thread Lorenz Kästle
it/?id=458af51 check_mysql: delare file local variables static --- plugins/check_mysql.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 1f0b709..8a73772 100644 --- a/plugins/check_m

[monitoring-plugins] check_mysql: Label some booleans correctly

2024-09-05 Thread Lorenz Kästle
Module: monitoring-plugins Branch: master Commit: 4f7ee057865e75d0eb95874b2404eb21bb5d508f Author: Lorenz Kästle Date: Wed Aug 28 19:20:31 2024 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4f7ee05 check_mysql: Label some booleans correctly

[monitoring-plugins] check_mysql: remove unused global variables

2024-09-05 Thread Lorenz Kästle
Module: monitoring-plugins Branch: master Commit: 584cca3a96845d7720c34358340c98c31c765fc4 Author: Lorenz Kästle Date: Wed Aug 28 19:19:16 2024 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=584cca3 check_mysql: remove unused global variables

[monitoring-plugins] check_mysql: handle ...

2023-05-30 Thread Platon Pronko
Module: monitoring-plugins Branch: master Commit: 10863265324a9a9fdf8ce771271af15b7e2f5a4a Author: Platon Pronko Date: Fri May 19 15:05:02 2023 +0800 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1086326 check_mysql: handle

[monitoring-plugins] Typo in check_mysql

2023-04-29 Thread Lorenz Kästle
Module: monitoring-plugins Branch: master Commit: d10ee31d89c2c599ee4c502e82d632aef8554020 Author: Lorenz Kästle Date: Fri Apr 28 16:51:39 2023 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d10ee31 Typo in check_mysql --- plugins

[monitoring-plugins] Allow mariadbclient to be used for check_mysql

2019-08-12 Thread Sven Nierlein
Allow mariadbclient to be used for check_mysql --- m4/np_mysqlclient.m4 | 28 -- nagiosplug_mariadbclient.patch | 45 ++ 2 files changed, 67 insertions(+), 6 deletions(-) diff --git a/m4/np_mysqlclient.m4 b/m4

[monitoring-plugins] Allow mariadbclient to be used for check_mysql

2019-08-02 Thread Ton Voon
check_mysql --- m4/np_mysqlclient.m4 | 28 -- nagiosplug_mariadbclient.patch | 45 ++ 2 files changed, 67 insertions(+), 6 deletions(-) diff --git a/m4/np_mysqlclient.m4 b/m4/np_mysqlclient.m4 index c2a4d2a..5099a02 100644 --- a/m4

[monitoring-plugins] check_mysql: Allow sockets to be specified to -H

2019-03-21 Thread Jacob Hansen
check_mysql: Allow sockets to be specified to -H The help text says that -H accepts a "unix socket (must be an absolute path)". Now that actually corresponds to reality. Signed-off-by: Robin Sonefors --- plugins/check_mysql.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [monitoring-plugins/monitoring-plugins] check_mysql performance label length exceeds 19 characters (#1439)

2016-11-16 Thread Jason Ellison
That is completely dependent on how your software handles the perf data... what software are you using that deals with the perf data output from check_* plugins? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.

[monitoring-plugins/monitoring-plugins] check_mysql performance label length exceeds 19 characters (#1439)

2016-11-06 Thread Jason Ellison
check_mysql performance label length 'Qcache_queries_in_cache' and 'Qcache_lowmem_prunes' exceeds 19 characters > label length is arbitrary, but ideally the first 19 characters are unique > (due to a limitation in RRD). Be aware of a limitation in the amount of > dat

check_mysql

2016-09-27 Thread Breitkreutz, Layne
In case no one is aware, the -n, or "--ignore-auth" option on check_mysql doesn't work with mariadb servers. Specifically, I'm running 10.0.27-MariaDB-0ubuntu0.16.04.1 It works fine on a server actually running mysql. No issues working with MariaDB if you authenticate

[monitoring-plugins] check_mysql: ignore authentication failure

2014-07-28 Thread Jan Wagner
Module: monitoring-plugins Branch: master Commit: 2e8d440e73ac2b1875db5ecaf6df510fdcf6eb7a Author: Jan Wagner Date: Tue Oct 1 00:47:08 2013 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2e8d440 check_mysql: ignore authentication failure

Re: check_mysql: ignore authentication failure (#1178)

2014-07-28 Thread waja
Closed #1178 via 2e8d440e73ac2b1875db5ecaf6df510fdcf6eb7a. -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1178#event-146430756

Re: check_mysql: ignore authentication failure [sf#3408602] (#1020)

2014-07-28 Thread waja
Closed #1020 via 2e8d440e73ac2b1875db5ecaf6df510fdcf6eb7a. -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/issues/1020#event-146430755

Re: check_mysql: ignore authentication failure [sf#3408602] (#1020)

2014-02-16 Thread waja
Commited over there in n-p https://github.com/nagios-plugins/nagios-plugins/commit/7d04fc14ab66b86cac17c43c740e109474fa23e5 -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/issues/1020#issuecomment-35211717

Re: check_mysql: ignore authentication failure (#1178)

2014-02-16 Thread waja
Commited over there in n-p https://github.com/nagios-plugins/nagios-plugins/commit/7d04fc14ab66b86cac17c43c740e109474fa23e5 -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1178#issuecomment-35211708

[monitoring-plugins] check_pgsql/check_mysql: Not supporting [-4|-6] (#1230)

2014-02-01 Thread waja
check_pgsql and check_mysql does not support an option to force IPv4/IPv6 connects via [-4|-6]. It would be very useful if this would be possible. At least Ubuntu has for check_pgsql a wishlist bug pending: https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1061154 --- Reply to this