simple mode works
[god.git] / README.txt
blobaa30d47ab11083072ebde6c85de933b407f911d7
1 god
2     by Tom Preston-Werner
3        Kevin Clark (kqueue/netlink support)
4        
5     http://god.rubyforge.org
7 == DESCRIPTION:
8   
9 God is an easy to configure, easy to extend monitoring framework written in Ruby.
11 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.
13 == DOCUMENTATION:
15 See online documentation at http://god.rubyforge.org
17 == INSTALL:
19   $ sudo gem install god
21 == LICENSE:
23 (The MIT License)
25 Copyright (c) 2007 FIX
27 Permission is hereby granted, free of charge, to any person obtaining
28 a copy of this software and associated documentation files (the
29 'Software'), to deal in the Software without restriction, including
30 without limitation the rights to use, copy, modify, merge, publish,
31 distribute, sublicense, and/or sell copies of the Software, and to
32 permit persons to whom the Software is furnished to do so, subject to
33 the following conditions:
35 The above copyright notice and this permission notice shall be
36 included in all copies or substantial portions of the Software.
38 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
39 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
41 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
42 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
43 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
44 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.