Class: Intrigue::Ident::Check::Akamai
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/akamai.rb', line 6 def generate_checks(url) [ { :type => "application", :vendor => "Akamai", :product => "CDN", :version => nil, :match_type => :content_body, :match_content => /The requested URL "[no URL]", is invalid.<p>/, :match_details =>"Akamai Missing Uri", :hide => true, :paths => ["#{url}"] } ] end |