Wrap handlers in modules properly, update manifest
[god.git] / README.txt
blob096c05f5559cedf1a0924e1e0c354a01b71cfb20
1 god
2     by Tom Preston-Werner
3     http://god.rubyforge.org
5 == DESCRIPTION:
6   
7 God is an easy to configure, easy to extend monitoring framework written in Ruby.
9 Keeping your server processes and tasks running should be a simple part of your deployment process. God aims to be the simplest, most powerful monitoring application available.
11 == DOCUMENTATION:
13 See online documentation at http://god.rubyforge.org
15 == INSTALL:
17   $ sudo gem install god
19 == LICENSE:
21 (The MIT License)
23 Copyright (c) 2007 FIX
25 Permission is hereby granted, free of charge, to any person obtaining
26 a copy of this software and associated documentation files (the
27 'Software'), to deal in the Software without restriction, including
28 without limitation the rights to use, copy, modify, merge, publish,
29 distribute, sublicense, and/or sell copies of the Software, and to
30 permit persons to whom the Software is furnished to do so, subject to
31 the following conditions:
33 The above copyright notice and this permission notice shall be
34 included in all copies or substantial portions of the Software.
36 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
37 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
38 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
39 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
40 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
41 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
42 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.