<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>god.rb Google Group</title>
  <link>http://groups.google.com/group/god-rb</link>
  <description>God is an easy to use ruby monitoring framework with customizable conditions and behaviors.</description>
  <language>en</language>
  <item>
  <title>Re: God and Ruby 1.9</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/6c3962a6d0e88ca1/5ad95bd6cc6490b6?show_docid=5ad95bd6cc6490b6</link>
  <description>
  Is there any news on this issue? This really looks like a blocker... &lt;br&gt; Thanks, &lt;br&gt; Michal F
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/6c3962a6d0e88ca1/5ad95bd6cc6490b6?show_docid=5ad95bd6cc6490b6</guid>
  <author>
  redbe...@openlabs.pl
  (Michal Frackowiak)
  </author>
  <pubDate>Tue, 05 Jan 2010 14:47:49 UT
</pubDate>
  </item>
  <item>
  <title>Different user than root to start/stop a god group</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/7b0465db602ee07a/986f9f6422b649e2?show_docid=986f9f6422b649e2</link>
  <description>
  Hello, &lt;br&gt; Im starting and loading god config with root user, it works fine. &lt;br&gt; In my god config I did w.uid = applicationuser and wgid = &lt;br&gt; applicationgroup. &lt;br&gt; But this application user/group doesnt have permission to start or &lt;br&gt; stop it! &lt;br&gt; Is there any turn around to this? Cause because of this im having to &lt;br&gt; login as root in my capstrano do deploy, that is not necessary (only
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/7b0465db602ee07a/986f9f6422b649e2?show_docid=986f9f6422b649e2</guid>
  <author>
  tscol...@gmail.com
  (Tiago)
  </author>
  <pubDate>Wed, 23 Dec 2009 11:22:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is it possible to set rails environment from the command prompt?</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/665837ee48ca369b/a930b53069ca429e?show_docid=a930b53069ca429e</link>
  <description>
  You can specify it in your watcher like: &lt;br&gt; God.watch do |w| &lt;br&gt; w.name = &#39;xxx&#39; &lt;br&gt; w.env = { &#39;RAILS_ENV&#39; =&amp;gt; &#39;production&#39; } &lt;br&gt; end
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/665837ee48ca369b/a930b53069ca429e?show_docid=a930b53069ca429e</guid>
  <author>
  e...@5stops.com
  (Eric Lindvall)
  </author>
  <pubDate>Sun, 20 Dec 2009 01:43:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is it possible to set rails environment from the command prompt?</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/665837ee48ca369b/701e1c43206ad47b?show_docid=701e1c43206ad47b</link>
  <description>
  sorry, can you be a little more specific? &lt;br&gt; thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/665837ee48ca369b/701e1c43206ad47b?show_docid=701e1c43206ad47b</guid>
  <author>
  masterk...@gmail.com
  (Claudio Poli)
  </author>
  <pubDate>Fri, 18 Dec 2009 11:19:46 UT
</pubDate>
  </item>
  <item>
  <title>Monitoring multiple delayed_job *daemons* - NOT rake tasks</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/66fc6b57d4f35f1d/8fbdef6e177b3c54?show_docid=8fbdef6e177b3c54</link>
  <description>
  There&#39;s plenty of good commentary on the net regarding monitoring &lt;br&gt; multiple copies of a delayed_job rake task (rake jobs:work). &lt;br&gt; Delayed_job has a relatively newer way to run multiple workers using &lt;br&gt; their own daemonize function. This command: &lt;br&gt; ruby script/delayed_job start -n 3 &lt;br&gt; creates 3 separate workers but seems to use only one copy of Rails,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/66fc6b57d4f35f1d/8fbdef6e177b3c54?show_docid=8fbdef6e177b3c54</guid>
  <author>
  danwool...@gmail.com
  (danwoolley)
  </author>
  <pubDate>Thu, 17 Dec 2009 17:19:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: github.com/mrflip/godhead -- collection of God monitoring recipes</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/faf664384ecae4f0?show_docid=faf664384ecae4f0</link>
  <description>
  On Dec 16, 6:52 am, &amp;quot;Philip (flip) Kromer&amp;quot; &amp;lt;f...@infochimps.org&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Yes, check out &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/dmathieu/jesus&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/faf664384ecae4f0?show_docid=faf664384ecae4f0</guid>
  <author>
  nkryp...@gmail.com
  (nkryptic)
  </author>
  <pubDate>Thu, 17 Dec 2009 11:12:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: github.com/mrflip/godhead -- collection of God monitoring recipes</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/4e615a0590baa6c3?show_docid=4e615a0590baa6c3</link>
  <description>
  ...interesting, I wasn&#39;t aware of supervisord before. &lt;br&gt; Speaking of things on wishlists I wish I had a little lightweight sinatra &lt;br&gt; frontend to God... is something like that out there anywhere? &lt;br&gt; &lt;p&gt;fixed and fixed, thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/4e615a0590baa6c3?show_docid=4e615a0590baa6c3</guid>
  <author>
  f...@infochimps.org
  (Philip (flip) Kromer)
  </author>
  <pubDate>Wed, 16 Dec 2009 11:52:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: github.com/mrflip/godhead -- collection of God monitoring recipes</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/89c6442620737b85?show_docid=89c6442620737b85</link>
  <description>
  On Wed, Dec 16, 2009 at 4:25 PM, flip at infochimps org &lt;br&gt; &lt;p&gt;interesting. I&#39;ve thinking of doing something like this but have no &lt;br&gt; skill and time to do it. Or maybe I&#39;m just lazy. (I also wanted to &lt;br&gt; create godctl - something like supervisorctl) &lt;br&gt; &lt;p&gt;For starter: &lt;br&gt; - how about using &#39;#!/usr/bin/env bash&#39; for the shebang in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/89c6442620737b85?show_docid=89c6442620737b85</guid>
  <author>
  edhopr...@gmail.com
  (Edho P Arief)
  </author>
  <pubDate>Wed, 16 Dec 2009 10:20:36 UT
</pubDate>
  </item>
  <item>
  <title>github.com/mrflip/godhead -- collection of God monitoring recipes</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/858ae7e586c4132b?show_docid=858ae7e586c4132b</link>
  <description>
  Hello all, &lt;br&gt; &lt;p&gt;I&#39;ve gathered a good basis set of recipes for God and put them at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/mrflip/godhead&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; or available through gemcutter, &lt;br&gt; sudo gem install godhead &lt;br&gt; &lt;p&gt;With godhead, the god config for an nginx-proxying-to-unicorn site &lt;br&gt; looks in its entirety like &lt;br&gt; &lt;p&gt;require &#39;godhead&#39; &lt;br&gt; CARTILAGE_DEPLOY_DIR = &#39;/var/www/cartilage&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/5de655857297822f/858ae7e586c4132b?show_docid=858ae7e586c4132b</guid>
  <author>
  f...@infochimps.org
  (flip at infochimps org)
  </author>
  <pubDate>Wed, 16 Dec 2009 09:25:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: God and Ruby 1.9</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/6c3962a6d0e88ca1/2b40430b1b77e3a1?show_docid=2b40430b1b77e3a1</link>
  <description>
  Wow. That&#39;s a bummer. I hadn&#39;t noticed the Conditional Wait didn&#39;t &lt;br&gt; support timeout in 1.9. I&#39;ll have to investigate further to see if &lt;br&gt; there&#39;s an alternate solution.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/6c3962a6d0e88ca1/2b40430b1b77e3a1?show_docid=2b40430b1b77e3a1</guid>
  <author>
  e...@5stops.com
  (Eric Lindvall)
  </author>
  <pubDate>Mon, 14 Dec 2009 19:50:24 UT
</pubDate>
  </item>
  <item>
  <title>God 0.8 + Merb</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/68a2dc2eab222fd1/3468dd2f1eb69009?show_docid=3468dd2f1eb69009</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I am trying to get god running with merb, but for some reason it blows &lt;br&gt; up when it loads the config with: &lt;br&gt; &lt;p&gt;Unhandled exception in driver loop - (ArgumentError): too few &lt;br&gt; arguments &lt;br&gt; &lt;p&gt;FATAL: Unhandled exception in driver loop - (ArgumentError): too few &lt;br&gt; arguments &lt;br&gt; /Users/piotr/.rvm/gems/ruby/1. 8.6/gems/god-0.8.0/bin/../lib/ god/
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/68a2dc2eab222fd1/3468dd2f1eb69009?show_docid=3468dd2f1eb69009</guid>
  <author>
  pi...@layer22.com
  (Piotr Usewicz)
  </author>
  <pubDate>Mon, 14 Dec 2009 15:05:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: God and Ruby 1.9</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/6c3962a6d0e88ca1/a53c8e7e4a2fd5ec?show_docid=a53c8e7e4a2fd5ec</link>
  <description>
  Still no joy on ruby19 here due to &amp;quot;timeout is not implemented yet&amp;quot; in &lt;br&gt; core.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/6c3962a6d0e88ca1/a53c8e7e4a2fd5ec?show_docid=a53c8e7e4a2fd5ec</guid>
  <author>
  xmil...@googlemail.com
  (millr)
  </author>
  <pubDate>Mon, 14 Dec 2009 14:14:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Just a fun clip</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/7f524c4e7b6f13c0/cedcc79e88e7c3bc?show_docid=cedcc79e88e7c3bc</link>
  <description>
  I can&#39;t find any reference to that post anymore. I think we&#39;ve already &lt;br&gt; blocked it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/7f524c4e7b6f13c0/cedcc79e88e7c3bc?show_docid=cedcc79e88e7c3bc</guid>
  <author>
  e...@5stops.com
  (Eric Lindvall)
  </author>
  <pubDate>Sun, 13 Dec 2009 18:21:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Just a fun clip</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/7f524c4e7b6f13c0/d7f396013044ca91?show_docid=d7f396013044ca91</link>
  <description>
  can we boot this looser . &lt;br&gt; This is a moron who is too stupid to realize that most of us probably &lt;br&gt; are not even on windows; thus this moron&#39;s payload doesn&#39;t work. &lt;br&gt; How do you say epic fail in simplified CN?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/7f524c4e7b6f13c0/d7f396013044ca91?show_docid=d7f396013044ca91</guid>
  <author>
  sophri...@gmail.com
  (andrew mcelroy)
  </author>
  <pubDate>Sun, 13 Dec 2009 00:22:15 UT
</pubDate>
  </item>
  <item>
  <title>God 0.8.0 Released - Possibly fixes all memory leaks</title>
  <link>http://groups.google.com/group/god-rb/browse_thread/thread/86bec1664757086f/7c0b50c05448b55d?show_docid=7c0b50c05448b55d</link>
  <description>
  I&#39;m pleased to announce the release of God 0.8.0. &lt;br&gt; &lt;p&gt;Over the last few months, Eric Lindvall has been instrumental in &lt;br&gt; tracking down bugs and memory leaks within God and helping to refine &lt;br&gt; the project. For his awesome contributions I have made him a core &lt;br&gt; committer to the project and he and I will work together to bring you
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/god-rb/browse_thread/thread/86bec1664757086f/7c0b50c05448b55d?show_docid=7c0b50c05448b55d</guid>
  <author>
  mojo...@gmail.com
  (Tom Werner)
  </author>
  <pubDate>Mon, 30 Nov 2009 19:44:08 UT
</pubDate>
  </item>
  </channel>
</rss>
