public
Description: I eat URLs. RAWRRRRR!
Clone URL: git://github.com/bottlecaplabs/zombieurl.git
Search Repo:
.god
Greg Borenstein (author)
Fri Apr 18 17:39:38 -0700 2008
commit  c452ee0fc3eaa2753de23e19f693f9c2eba40937
tree    c0abf84d13d4c962c4e384c2c57d2863d764fc92
parent  e8831cc8854aa1baf2e5342b31057a7313f4e65a
...
25
26
27
28
 
29
30
31
32
...
33
34
35
36
 
37
38
39
40
41
42
 
43
44
45
...
53
54
55
56
 
57
58
59
...
25
26
27
 
28
29
30
31
32
...
33
34
35
 
36
37
38
39
40
41
 
42
43
44
45
...
53
54
55
 
56
57
58
59
0
@@ -25,7 +25,7 @@
0
     w.start_if do |start|
0
       start.condition(:process_running) do |c|
0
         c.running = false
0
- # c.notify = 'jchris'
0
+ c.notify = 'reports'
0
       end
0
     end
0
     
0
0
@@ -33,13 +33,13 @@
0
       restart.condition(:memory_usage) do |c|
0
         c.above = 150.megabytes
0
         c.times = [3, 5] # 3 out of 5 intervals
0
- # c.notify = 'jchris'
0
+ c.notify = 'reports'
0
       end
0
     
0
       restart.condition(:cpu_usage) do |c|
0
         c.above = 50.percent
0
         c.times = 5
0
- # c.notify = 'jchris'
0
+ c.notify = 'reports'
0
       end
0
     end
0
     
0
@@ -53,7 +53,7 @@
0
         c.retry_in = 10.minutes
0
         c.retry_times = 5
0
         c.retry_within = 2.hours
0
- # c.notify = 'jchris'
0
+ c.notify = 'reports'
0
       end
0
     end
0
   end

Comments

    No one has commented yet.