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
grockit-thin-0.8.2 example/monit_unixsock
macournoyer-thin-1.0.1 example/monit_unixsock
macournoyer-thin-1.1.0 example/monit_unixsock
michaelyta-thin-1.2.2 example/monit_unixsock
steamcannon-thin-1.2.8 example/monit_unixsock
thin-1.2.7 example/monit_unixsock
thin-1.2.7-x86-mswin32 example/monit_unixsock
thin-1.2.7-x86-mingw32 example/monit_unixsock
thin-1.2.6 example/monit_unixsock
thin-1.2.6-x86-mswin32 example/monit_unixsock
thin-1.2.6-x86-mingw32 example/monit_unixsock
middleman-0.10.17 vendor/gems/gems/thin-1.2.5/example/monit_unixsock
middleman-0.10.16 vendor/gems/gems/thin-1.2.5/example/monit_unixsock
middleman-0.10.15 vendor/gems/gems/thin-1.2.5/example/monit_unixsock
middleman-0.10.14 vendor/gems/gems/thin-1.2.5/example/monit_unixsock
thin-1.2.5 example/monit_unixsock
thin-1.2.3-x86-mswin32 example/monit_unixsock
thin-1.2.4-x86-mswin32 example/monit_unixsock
thin-1.2.4 example/monit_unixsock
thin-1.2.3 example/monit_unixsock