|
From: | Martin Pala |
Subject: | Re: Monitoring Mysql service status |
Date: | Mon, 16 Apr 2007 22:04:27 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.11) Gecko/20070217 Iceape/1.0.8 (Debian-1.0.8-4) |
Hi,the action performed by protocol test depends on the chosen type of protocol.
Monit has generic tcp connection test, which performs just connect and close the connection.
There are also specific protocol tests (such as mysql for example) which are testing more details - for example mysql test tries to login as anonymous user and if succeeded then performs mysql ping as well.
You can enable it using the 'protocol' option in the port or unix socket rule:
if failed port 3306 protocol mysql then alert Martin ashok wrote:
Hi List ,,,I have configured the monit to monitor the MySQL service every 10 seconds interval.So my doubt is if monit makes a connection to Mysql server every 10 seconds does the connections terminates [kills] at that instance?Pls suggest…ThanksBest Regards ashok------------------------------------------------------------------------ -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
[Prev in Thread] | Current Thread | [Next in Thread] |