* novi Aosi template zbog promjena naziva init skripte
[monit-cn.git] / monit-cn / mysqld.conf
index af671e2..128e970 100644 (file)
@@ -1,11 +1,13 @@
-# mysql monit-cn template
+## Begin - Generated by CARNet package monit-cn
+#
+#  This is a monit-cn template file.  REMOVE this whole comment block if
+#  you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
 
 check process mysql with pidfile "/var/run/mysqld/mysqld.pid"
        start program = "/etc/init.d/mysql start"
        stop program = "/etc/init.d/mysql stop"
-       #if failed host 127.0.0.1 port 3306 protocol mysql
-       #       with timeout 10 seconds
-       #       then restart
-       if failed host 127.0.0.1 port 3306 type tcp
+       if failed host 127.0.0.1 port 3306 protocol mysql
                with timeout 10 seconds
                then restart