brightbox-server-tools 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/railsapp-monit +1 -1
- data/lib/brightbox/version.rb +1 -1
- metadata +2 -2
data/bin/railsapp-monit
CHANGED
@@ -115,7 +115,7 @@ check process mongrel_<%= @application %>_<%= port %> with pidfile <%= pidfile %
|
|
115
115
|
with timeout 30 seconds
|
116
116
|
then restart
|
117
117
|
|
118
|
-
if
|
118
|
+
if mem > 110 Mb for 3 cycles then restart
|
119
119
|
if cpu > 80% for 5 cycles then restart
|
120
120
|
#if loadavg(5min) greater than 10 for 8 cycles then restart
|
121
121
|
if 20 restarts within 20 cycles then timeout
|
data/lib/brightbox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brightbox-server-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Leach
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2008-06-
|
13
|
+
date: 2008-06-16 00:00:00 +01:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|