Class: Mackerel::Commands::HostStatus

Inherits:
Thor
  • Object
show all
Defined in:
lib/mackerel/commands/host_status.rb

Instance Method Summary collapse

Instance Method Details

#update(id) ⇒ Object



8
9
10
# File 'lib/mackerel/commands/host_status.rb', line 8

def update(id)
  puts JSON.pretty_generate Mackerel.update_host_status(id, options)
end