public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/Bertg/god.git
Initial MySQL monitoring
 * Only 'tested' with local socket
 * See lib/god/databases/mysql.rb for an example
 * requires mysql gem
Bertg (author)
Tue Mar 04 14:37:04 -0800 2008
commit  be62dad78bdae95d5f311dd0faf2d237753abf09
tree    c4b86cdf2f267fa4bc134eccae8ad65cb27d5f96
parent  15f0ceeef36e49eb51d6efcc7ed4df7b6a03d14f
...
45
46
47
 
 
48
49
50
...
45
46
47
48
49
50
51
52
0
@@ -45,6 +45,8 @@ require 'god/conditions/http_response_code'
0
 require 'god/conditions/disk_usage'
0
 require 'god/conditions/complex'
0
 
0
+require 'god/conditions/databases/mysql'
0
+
0
 require 'god/contact'
0
 require 'god/contacts/email'
0
 

Comments

    No one has commented yet.