Class: BigBrother::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/big_brother/app.rb

Instance Method Summary collapse

Instance Method Details

#_cluster_statusObject



32
33
34
# File 'lib/big_brother/app.rb', line 32

def _cluster_status
  [200, "Running: #{@cluster.monitored?}\nCombinedWeight: #{@cluster.combined_weight}\n"]
end