monitoring-plugins/plugins
Lorenz Kästle 291a704bcf 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 be the only implementation.

This commit changes the behaviour of the Replica check to assume
that the counterpart is a MySQL server if there are not hints that
it is a MariaDB server.
2025-09-26 08:57:19 +02:00
..
picohttpparser Fix a lot of typos reported by codespell 2023-04-14 18:35:00 +00:00
t check_http: replace www.mozilla.com with monitoring-plugins.org 2024-07-23 21:08:57 +02:00
tests Fix some more typos 2023-10-03 22:22:51 +02:00
check_apt.c Fix fallout of the previous changes 2023-10-19 12:20:27 +02:00
check_by_ssh.c Fixes for -Wsign-compare 2023-10-19 12:10:55 +02:00
check_cluster.c check_cluster.c: Added data argument validation. 2018-11-29 16:37:59 +01:00
check_curl.c check_http/check_curl: added a --regex-state option to change the state of a regex check 2024-04-07 20:01:54 +02:00
check_dbi.c check_dbi: Fix compiler warning for uninitialized variable 2023-10-19 11:14:23 +02:00
check_dig.c check_dig: Use C99 booleans 2023-10-18 16:14:01 +02:00
check_disk.c check_disk: Fail on missing arguments for --warning and --critical and fix a test case (#1935) 2024-03-27 00:36:41 +01:00
check_dns.c check_dns: Remove unused variable 2023-11-23 00:12:49 +01:00
check_dummy.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_fping.c check_fping: Use C99 booleans 2023-10-18 16:27:28 +02:00
check_game.c check_game: Use C99 booleans 2023-10-18 16:30:59 +02:00
check_hpjd.c Fixes for -Wimplicit-fallthrough 2023-04-18 00:18:07 +02:00
check_http.c check_http/check_curl: added a --regex-state option to change the state of a regex check 2024-04-07 20:01:54 +02:00
check_ide_smart.c check_ide_smart: Use C99 booleans 2023-10-18 16:33:39 +02:00
check_ldap.c check_ldap: Use C99 booleans 2023-10-18 16:35:56 +02:00
check_load.c check_load: remove unused code (#1998) 2024-04-07 02:51:58 +02:00
check_mrtg.c check_mrtg: Use C99 booleans 2023-10-18 16:37:36 +02:00
check_mrtgtraf.c check_mrtgtraf: Use C99 booleans 2023-10-18 16:39:13 +02:00
check_mysql.c check_mysql: Assume MySQL server by default (in replica check) 2025-09-26 08:57:19 +02:00
check_mysql_query.c check_mysql_query: Use C99 booleans 2023-10-18 16:48:05 +02:00
check_nagios.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_nt.c check_nt: Use C99 booleans 2023-10-18 16:54:48 +02:00
check_ntp.c check_ntp: Use C99 booleans 2023-10-19 10:22:40 +02:00
check_ntp_peer.c check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring 2023-11-23 00:11:39 +01:00
check_ntp_time.c check_ntp_time: Use C99 booleans 2023-10-19 10:04:24 +02:00
check_nwstat.c check_nwstat: adds percentage used space (#1183) 2024-03-23 11:02:18 +01:00
check_overcr.c check_overcr: Use C99 booleans 2023-10-18 17:21:35 +02:00
check_pgsql.c check_pgsql: Use C99 booleans 2023-10-18 17:26:43 +02:00
check_ping.c check_ping: Use C99 booleans 2023-10-18 17:29:43 +02:00
check_procs.c check_procs: Generalise wording, remove mentioning of nrpe 2023-12-04 16:40:34 +01:00
check_radius.c check_radius: Use C99 booleans 2023-10-18 20:15:30 +02:00
check_real.c check_real: Use C99 booleans 2023-10-18 20:19:35 +02:00
check_smtp.c check_smtp: Restore behaviour pre ead5526efa regarding -D and TLS 2023-10-19 11:31:28 +02:00
check_snmp.c check_snmp: Remove unused variable 2023-12-29 00:47:29 +01:00
check_ssh.c check_ssh: patches from op5 (#1738) 2024-03-27 00:35:16 +01:00
check_swap.c Allow single threshold 2024-04-12 16:50:15 +02:00
check_tcp.c check_tcp: Fixes an error with using the wrong type for a variable 2023-10-19 13:47:21 +02:00
check_time.c check_time: Use C99 booleans 2023-10-18 20:33:06 +02:00
check_ups.c check_ups: additional alarm conditions (#1961) 2024-07-12 16:49:28 +02:00
check_users.c check_users: Update help to properly show that thresholds are ranges 2023-10-31 01:51:27 +01:00
common.h plugins/common.h: Remove superflous TRUE/FALSE definitions 2023-10-18 20:38:34 +02:00
Makefile.am check_users: prefer systemd-logind over utmp 2023-08-28 14:55:56 +02:00
negate.c Added indentions for readability 2024-02-12 19:33:38 +08:00
netutils.c plugins/netutils: Use C99 booleans 2023-10-18 20:46:16 +02:00
netutils.h plugins/netutils: Use C99 booleans 2023-10-18 20:46:16 +02:00
popen.c Change iritating NULL assignment 2023-12-29 00:45:14 +01:00
popen.h Remove check for RETSIGTYPE in autoconf stuff 2023-09-23 12:31:33 +02:00
runcmd.c Change iritating NULL assignment 2023-12-29 00:45:14 +01:00
runcmd.h Project rename initial commit. 2014-01-19 14:18:47 -05:00
sslutils.c Replace deprecated TLS client functions 2023-04-18 00:22:25 +02:00
urlize.c Capitalize "Monitoring" when it's the first word 2014-01-20 03:12:50 +01:00
utils.c check_disk: Fail on missing arguments for --warning and --critical and fix a test case (#1935) 2024-03-27 00:36:41 +01:00
utils.h check_disk: Fail on missing arguments for --warning and --critical and fix a test case (#1935) 2024-03-27 00:36:41 +01:00