add --no-syslog
[god.git] / README.txt
blob469f5a308abe4f8ca7d1bc64b9d8021d3ceb0322
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 
10 in Ruby.
12 Keeping your server processes and tasks running should be a simple part of 
13 your deployment process. God aims to be the simplest, most powerful 
14 monitoring application available.
16 == DOCUMENTATION:
18 See online documentation at http://god.rubyforge.org
20 == COMMUNITY:
22 Sign up for the god mailing list at http://groups.google.com/group/god-rb
24 == INSTALL:
26   $ sudo gem install god
28 == LICENSE:
30 (The MIT License)
32 Copyright (c) 2007 FIX
34 Permission is hereby granted, free of charge, to any person obtaining
35 a copy of this software and associated documentation files (the
36 'Software'), to deal in the Software without restriction, including
37 without limitation the rights to use, copy, modify, merge, publish,
38 distribute, sublicense, and/or sell copies of the Software, and to
39 permit persons to whom the Software is furnished to do so, subject to
40 the following conditions:
42 The above copyright notice and this permission notice shall be
43 included in all copies or substantial portions of the Software.
45 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
46 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.