From 2b91a9e2977055aa8b212092a66f01864f2b5720 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 18 Jun 2026 23:46:29 +0200 Subject: check_mysql: Fix MariaDB casing (#2283) --- plugins/check_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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) { mp_check overall = mp_check_init(); - mp_set_ok_summary(&overall, "Mariadb/MySQL seems to be ok"); + mp_set_ok_summary(&overall, "MariaDB/MySQL seems to be ok"); mp_subcheck sc_connection = mp_subcheck_init(); /* establish a connection to the server and check for errors */ -- cgit v1.2.3-74-g34f1