jnewland / god_examples

examples of some of the crazy awesome things you can do with God

god_examples / mongrel_cluster.god
100644 7 lines (6 sloc) 0.223 kb
1
2
3
4
5
6
7
$: << File.expand_path(File.dirname(__FILE__) + "/lib")
require 'god_mongrel_cluster'
 
Dir.glob('/etc/mongrel_cluster/*.conf').each do |mongrel_cluster|
  cluster = GodMongrelCluster.new(mongrel_cluster)
  cluster.watch
end