# File lib/god.rb, line 514 def self.status info = {} self.watches.map do |name, w| info[name] = {:state => w.state, :group => w.group} end info end