public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/topfunky/god.git
update manifest and readme
mojombo (author)
Sun Nov 11 19:21:05 -0800 2007
commit  0aefc6afd4566ffc2a21ebdacbc2a39be6ad220d
tree    17865173ef1aea40cadf8ac9d3961d2671148d27
parent  78d616761f76d6a6643e5b8741fc461db6d55351
...
3
4
5
 
6
7
 
8
9
10
...
3
4
5
6
7
8
9
10
11
12
0
@@ -3,8 +3,10 @@ Manifest.txt
0
 README.txt
0
 Rakefile
0
 bin/god
0
+bin/god-check
0
 examples/events.god
0
 examples/gravatar.god
0
+examples/single.god
0
 ext/god/extconf.rb
0
 ext/god/kqueue_handler.c
0
 ext/god/netlink_handler.c
...
6
7
8
9
 
 
10
11
 
 
 
12
13
14
15
16
 
 
 
 
17
18
19
...
6
7
8
 
9
10
11
 
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0
@@ -6,14 +6,21 @@ god
0
 
0
 == DESCRIPTION:
0
   
0
-God is an easy to configure, easy to extend monitoring framework written in Ruby.
0
+God is an easy to configure, easy to extend monitoring framework written
0
+in Ruby.
0
 
0
-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.
0
+Keeping your server processes and tasks running should be a simple part of
0
+your deployment process. God aims to be the simplest, most powerful
0
+monitoring application available.
0
 
0
 == DOCUMENTATION:
0
 
0
 See online documentation at http://god.rubyforge.org
0
 
0
+== COMMUNITY:
0
+
0
+Sign up for the god mailing list at http://groups.google.com/group/god-rb
0
+
0
 == INSTALL:
0
 
0
   $ sudo gem install god
...
210
211
212
 
213
214
215
...
210
211
212
213
214
215
216
0
@@ -210,6 +210,7 @@ code {
0
     <p>God is an easy to configure, easy to extend monitoring framework written in Ruby.</p>
0
     <p>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.</p>
0
     <p style="text-align: right">Tom Preston-Werner<br />tom at rubyisawesome dot com</p>
0
+ <p style="text-align: right">Google Group: <a href="http://groups.google.com/group/god-rb">http://groups.google.com/group/god-rb</a></p>
0
   </div>
0
 
0
   <div class="columnright">

Comments

    No one has commented yet.