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