class Intrigue::Ident::Check::Pardot

Public Instance Methods

generate_checks(url) click to toggle source
# File lib/checks/pardot.rb, line 6
def generate_checks(url)
  [
    {
      :type => "application",
      :vendor =>"Pardot",
      :product =>"Pardot",
      :match_details =>"Pardot",
      :version => nil,
      :match_type => :content_cookies,
      :match_content =>  /pardot/i,
      :paths => ["#{url}"]
    }
  ]
end