Skip to content

Instantly share code, notes, and snippets.

@dana-ross
Last active December 11, 2015 03:39
Show Gist options
  • Save dana-ross/4539855 to your computer and use it in GitHub Desktop.
Save dana-ross/4539855 to your computer and use it in GitHub Desktop.
Percona/MySQL configuration for Monit
check process mysql with pidfile /var/run/mysqld/mysqld.pid
start program = "/usr/sbin/service mysql start" with timeout 60 seconds
stop program = "/usr/sbin/service mysql stop"
if cpu > 60% for 2 cycles then alert
if cpu > 90% for 5 cycles then restart
if 3 restarts within 5 cycles then timeout
group server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment