Sha256: 72f5f8cc7e0c2816a96d9b2d25af5ff0ac20acf0251b52c657e0ead4f535d744

Contents?: true

Size: 1010 Bytes

Versions: 82

Compression:

Stored size: 1010 Bytes

Contents

check process blog1
    with pidfile /u/apps/blog/shared/pids/thin.14000.pid
    start program = "ruby 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  = "ruby 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 = "ruby 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  = "ruby 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

82 entries across 81 versions & 7 rubygems

Version Path
friendlyfashion-thin-1.4.1 example/monit_sockets
classiccms-0.5.12 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.11 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.10 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.9 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.8 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.7 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.6 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.5 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.2 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.1 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.5.0 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.4.2 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.4.1 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.4.0 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.3.9 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
thin-1.4.1 example/monit_sockets
thin-1.4.0 example/monit_sockets
classiccms-0.3.8 vendor/bundle/gems/thin-1.3.1/example/monit_sockets
classiccms-0.3.7 vendor/bundle/gems/thin-1.3.1/example/monit_sockets