Sha256: 5a803028223ffa54fa7829f28e1800e03dfa19e226fdc2df648b9d62fe6a26e0

Contents?: true

Size: 1.1 KB

Versions: 36

Compression:

Stored size: 1.1 KB

Contents

check process blog1
    with pidfile /u/apps/blog/shared/pids/thin.14000.pid
    start program = "/usr/local/bin/ruby /usr/local/bin/thin start -d -e production -u nobody -g nobody -p 14000 -a 127.0.0.1 -P tmp/pids/thin.14000.pid -c /u/apps/blog/current"
    stop program  = "/usr/local/bin/ruby /usr/local/bin/thin stop -P /u/apps/blog/shared/pids/thin.14000.pid"
    if totalmem > 90.0 MB for 5 cycles then restart
    if failed port 14000 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.14001.pid
    start program = "/usr/local/bin/ruby /usr/local/bin/thin start -d -e production -u nobody -g nobody -p 14001 -a 127.0.0.1 -P tmp/pids/thin.14001.pid -c /u/apps/blog/current"
    stop program  = "/usr/local/bin/ruby /usr/local/bin/thin stop -P /u/apps/blog/shared/pids/thin.14001.pid"
    if totalmem > 90.0 MB for 5 cycles then restart
    if failed port 14001 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_sockets
macournoyer-thin-1.0.1 example/monit_sockets
macournoyer-thin-1.1.0 example/monit_sockets
michaelyta-thin-1.2.2 example/monit_sockets
steamcannon-thin-1.2.8 example/monit_sockets
thin-1.2.7 example/monit_sockets
thin-1.2.7-x86-mswin32 example/monit_sockets
thin-1.2.7-x86-mingw32 example/monit_sockets
thin-1.2.6 example/monit_sockets
thin-1.2.6-x86-mswin32 example/monit_sockets
thin-1.2.6-x86-mingw32 example/monit_sockets
middleman-0.10.17 vendor/gems/gems/thin-1.2.5/example/monit_sockets
middleman-0.10.16 vendor/gems/gems/thin-1.2.5/example/monit_sockets
middleman-0.10.15 vendor/gems/gems/thin-1.2.5/example/monit_sockets
middleman-0.10.14 vendor/gems/gems/thin-1.2.5/example/monit_sockets
thin-1.2.5 example/monit_sockets
thin-1.2.3-x86-mswin32 example/monit_sockets
thin-1.2.4-x86-mswin32 example/monit_sockets
thin-1.2.4 example/monit_sockets
thin-1.2.3 example/monit_sockets