Class: Intrigue::Ident::Check::Aruba
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#generate_checks(url) ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# 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 |