diff options
| author | Martin <spleefer90@gmail.com> | 2026-06-18 23:46:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 23:46:29 +0200 |
| commit | 2b91a9e2977055aa8b212092a66f01864f2b5720 (patch) | |
| tree | c170ec6a0fc81c5ac65fb2c77ec150efa0834f46 /plugins/check_mysql.c | |
| parent | c48c426a8e11c878d9c882b90025eaf2c97da2b0 (diff) | |
| download | monitoring-plugins-2b91a9e2977055aa8b212092a66f01864f2b5720.tar.gz | |
check_mysql: Fix MariaDB casing (#2283)
Diffstat (limited to 'plugins/check_mysql.c')
| -rw-r--r-- | plugins/check_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index eee32e71..2b70926c 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
| @@ -121,7 +121,7 @@ int main(int argc, char **argv) { | |||
| 121 | 121 | ||
| 122 | mp_check overall = mp_check_init(); | 122 | mp_check overall = mp_check_init(); |
| 123 | 123 | ||
| 124 | mp_set_ok_summary(&overall, "Mariadb/MySQL seems to be ok"); | 124 | mp_set_ok_summary(&overall, "MariaDB/MySQL seems to be ok"); |
| 125 | 125 | ||
| 126 | mp_subcheck sc_connection = mp_subcheck_init(); | 126 | mp_subcheck sc_connection = mp_subcheck_init(); |
| 127 | /* establish a connection to the server and check for errors */ | 127 | /* establish a connection to the server and check for errors */ |
