Class: Intrigue::Ident::Check::Hp
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 20 |
# File 'lib/checks/hp.rb', line 6 def generate_checks(url) [ { :type => "application", :vendor => "HP", :product =>"Printer", :version => nil, :match_type => :content_headers, :match_content => /server: HP-ChaiSOE\/1.0/i, :match_details =>"Generic HP Printer match", :examples => ["http://69.162.52.20:80"], :paths => ["#{url}"] } ] end |