class Intrigue::Ident::Check::Aruba

Public Instance Methods

generate_checks(url) click to toggle source
# File lib/checks/aruba.rb, line 6
def generate_checks(url)
  [
    {
      :type => "application",
      :vendor => "Aruba",
      :product => "Wireless Controller",
      :version => nil,
      :match_type => :content_body,
      :match_content =>  /arubalp=/,
      :match_details =>"Matches an aruba link, generic identifier",
      :paths => ["#{url}"]
    }
  ]
end