Class: TopologicalInventory::Providers::Common::Operations::HealthCheck

Inherits:
Object
  • Object
show all
Defined in:
lib/topological_inventory/providers/common/operations/health_check.rb

Constant Summary collapse

HEARTBEAT_FILE =
'/tmp/healthy'.freeze

Class Method Summary collapse

Class Method Details

.touch_fileObject



8
9
10
# File 'lib/topological_inventory/providers/common/operations/health_check.rb', line 8

def self.touch_file
  FileUtils.touch(HEARTBEAT_FILE)
end