Sha256: 64100ce0079aba98f4dca2545bdffe9db250bc04909b8bd8bbf7fc752d9a1b69

Contents?: true

Size: 1.14 KB

Versions: 36

Compression:

Stored size: 1.14 KB

Contents

check process blog1
    with pidfile /u/apps/blog/shared/pids/thin.1.pid
    start program = "/usr/local/bin/ruby /usr/local/bin/thin start -d -e production -S /u/apps/blog/shared/pids/thin.1.sock -P tmp/pids/thin.1.pid -c /u/apps/blog/current"
    stop program  = "/usr/local/bin/ruby /usr/local/bin/thin stop -P /u/apps/blog/shared/pids/thin.1.pid"
    if totalmem > 90.0 MB for 5 cycles then restart
		if failed unixsocket /u/apps/blog/shared/pids/thin.1.sock then restart
    if cpu usage > 95% for 3 cycles then restart
    if 5 restarts within 5 cycles then timeout
		group blog

check process blog2
    with pidfile /u/apps/blog/shared/pids/thin.2.pid
    start program = "/usr/local/bin/ruby /usr/local/bin/thin start -d -e production -S /u/apps/blog/shared/pids/thin.2.sock -P tmp/pids/thin.2.pid -c /u/apps/blog/current"
    stop program  = "/usr/local/bin/ruby /usr/local/bin/thin stop -P /u/apps/blog/shared/pids/thin.2.pid"
    if totalmem > 90.0 MB for 5 cycles then restart
		if failed unixsocket /u/apps/blog/shared/pids/thin.2.sock then restart
    if cpu usage > 95% for 3 cycles then restart
    if 5 restarts within 5 cycles then timeout
		group blog

Version data entries

36 entries across 36 versions & 6 rubygems

Version Path
thin-0.6.2-x86-mswin32-60 example/monit_unixsock
thin-0.6.4 example/monit_unixsock
thin-0.6.3 example/monit_unixsock
thin-0.6.2 example/monit_unixsock
thin-0.6.3-x86-mswin32-60 example/monit_unixsock
thin-0.7.0-x86-mswin32-60 example/monit_unixsock
thin-0.6.4-x86-mswin32-60 example/monit_unixsock
thin-0.7.1 example/monit_unixsock
thin-1.0.0 example/monit_unixsock
thin-1.2.1 example/monit_unixsock
thin-1.2.2 example/monit_unixsock
thin-0.7.0 example/monit_unixsock
thin-0.7.1-x86-mswin32-60 example/monit_unixsock
thin-0.8.1 example/monit_unixsock
thin-0.8.0 example/monit_unixsock
thin-0.8.2 example/monit_unixsock