Class: Liquid::Server::HealthGauge

Inherits:
Object
  • Object
show all
Includes:
Gauge
Defined in:
lib/liquid/server.rb

Instance Method Summary collapse

Instance Method Details

#getValueObject



54
55
56
# File 'lib/liquid/server.rb', line 54

def getValue
  HealthCheck.healthy? ? 1 : 0
end