Class: BigBrother::App
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- BigBrother::App
- Defined in:
- lib/big_brother/app.rb
Instance Method Summary collapse
Instance Method Details
#_cluster_status ⇒ Object
32 33 34 |
# File 'lib/big_brother/app.rb', line 32 def _cluster_status [200, "Running: #{@cluster.monitored?}\nCombinedWeight: #{@cluster.combined_weight}\n"] end |