Module: monitoring-plugins
    Branch: master
    Commit: 2b91a9e2977055aa8b212092a66f01864f2b5720
    Author: Martin <[email protected]>
 Committer: GitHub <[email protected]>
      Date: Thu Jun 18 23:46:29 2026 +0200
       URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2b91a9e2

check_mysql: Fix MariaDB casing (#2283)

---

 plugins/check_mysql.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */

Reply via email to