class Pingasius::Agent

Defined in:

agent.cr

Constant Summary

Log = ::Log.for("agent")

Constructors

Instance Method Summary

Constructor Detail

def self.new(options : Pingasius::Options) #

[View source]

Instance Method Detail

def commands_available #

[View source]
def do_host(ip : String) #

[View source]
def do_nmap(ip : String, port : Int32) #

[View source]
def do_ping(ip : String) #

[View source]
def do_whois(ip : String) #

[View source]