class Protobuf::Rpc::Connectors::Zmq

def ping_port_open?(host)

def ping_port_open?(host)
  Ping.new(host, ping_port.to_i).online?
end