Watches over system and OS tasks and daemons, so the developer can concentrate on writing his app's code and not manage the system the app runs on.
Here are some key features of "God":
· Config file written in Ruby
· Easily write custom conditions in Ruby
· Supports both poll and event based conditions
· Different poll conditions can have different intervals
· Integrated notification system
· Easily control non-daemonizing scripts
What's New in This Release: [ read full changelog ]
Minor Enhancements:
· Added umask support
· Added socket response condition
· Don't require tests run as sudo under non-linux systems
· Added Bundler support
· Added keepalive simple conditional setups
· Better load command to act upon removed watches
· Added support for ssl in http_response_code condition
· New documentation at http://godrb.com
Bug Fixes:
· Use IO.print instead of IO.puts for thread safety
· Fixed Slashproc poller for commands with spaces
· Various segfault and kernel panic fixes
· Fixed SMTP Auth documentation