test http_response_code condition, add human readable condition logging
commit6dcfaa880de4efdd196a99c0bbbb1e21c4685aa3
authorTom Werner <tom@tom.desk.hq.powerset.com>
Fri, 21 Sep 2007 01:12:09 +0000 (20 18:12 -0700)
committerTom Werner <tom@tom.desk.hq.powerset.com>
Fri, 21 Sep 2007 01:12:09 +0000 (20 18:12 -0700)
tree879cda8af0cb19c6a4484b8f07f781124bef3a06
parent889de6651b36d3eba10ac4afd6ea40eaa1aa84b5
test http_response_code condition, add human readable condition logging
21 files changed:
History.txt
Manifest.txt
init/god [new file with mode: 0755]
lib/god.rb
lib/god/condition.rb
lib/god/conditions/always.rb
lib/god/conditions/cpu_usage.rb
lib/god/conditions/flapping.rb
lib/god/conditions/http_response_code.rb
lib/god/conditions/lambda.rb
lib/god/conditions/memory_usage.rb
lib/god/conditions/process_exits.rb
lib/god/conditions/process_running.rb
lib/god/conditions/tries.rb
lib/god/configurable.rb
lib/god/hub.rb
test/configs/child_polls/child_polls.god
test/configs/child_polls/simple_server.rb
test/configs/task/logs/.placeholder [new file with mode: 0644]
test/test_conditions_http_response_code.rb [new file with mode: 0644]
test/test_http_response_code.rb [deleted file]