configuration-templates – Rev 29

Subversion Repositories:
Rev:
###########################################################################
##  Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3      ##
###########################################################################

check process mysql with pidfile /var/run/mysqld/mysqld.pid
    group mysql
    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 then restart
#    if 5 restarts within 5 cycles then timeout
    depends on mysql_bin
    depends on mysql_rc
 
check file mysql_bin with path /usr/sbin/mysqld
    group mysql
    if failed checksum then unmonitor
    if failed permission 755 then unmonitor
    if failed uid root then unmonitor
    if failed gid root then unmonitor
 
check file mysql_rc with path /etc/init.d/mysql
    group mysql
    if failed checksum then unmonitor
    if failed permission 755 then unmonitor
    if failed uid root then unmonitor
    if failed gid root then unmonitor

Generated by GNU Enscript 1.6.5.90.