[Nagiosplug-devel] [ nagiosplug-Patches-3408602 ] check_mysql: ignore authentication failure

SourceForge.net noreply at sourceforge.net
Tue Sep 13 15:26:42 CEST 2011


Patches item #3408602, was opened at 2011-09-13 16:20
Message generated for change (Settings changed) made by juliuskriukas
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3408602&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Enhancement
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Julius Kriukas (juliuskriukas)
Assigned to: Nobody/Anonymous (nobody)
>Summary: check_mysql: ignore authentication failure

Initial Comment:
This patch allows checking if MySQL server is running without providing valid username and password. Similar to check_ssh plugin it returns MySQL server version string and protocol number.

Example:
check_mysql -n -H aaa.bbb.ccc.ddd
MySQL OK - Version: 5.0.51a-24+lenny5 (protocol 10)

This is useful for monitoring servers where one does not have administrator privileges or does not want to grant any privileges for the monitoring station.

To enable this functionality new option --ignore-auth (-n) is added to check_mysql plugin.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3408602&group_id=29880




More information about the Devel mailing list