class Utils::ProbeServer

def shutdown

def shutdown
  output_message "Server was shutdown down manually!", type: :info
  exit 23
end