I'm  not having much luck sorting out a problem so I'm going to start
at the start.

:-)

If you have a block like this monitoring anything in a watch should
the following happen

If the process is not running, god notices that it's not running,
starts it and sends you an email.

  w.start_if do |start|
    start.condition(:process_running) do |c|
      c.interval = 5.seconds
      c.running = false
          c.notify = "developers"
    end
  end

Any help, greatly appreciated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"god.rb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/god-rb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to