class Utils::ProbeServer

def job_kill(signal = :TERM)

def job_kill(signal = :TERM)
  @pid and Process.kill signal, @pid
end