Guest User

Untitled

a guest
Oct 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. check process mysql with pidfile /var/run/mysqld/mysqld.pid
  2. group database
  3. start program = "/sbin/service mysqld start"
  4. stop program = "/sbin/service mysqld stop"
  5. if failed host 127.0.0.1 port 3306 protocol mysql then restart
  6. if 5 restarts within 5 cycles then timeout
Add Comment
Please, Sign In to add comment