Class: Intrigue::Ident::Check::Pardot

Inherits:
Base
  • Object
show all
Defined in:
lib/checks/pardot.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#generate_checks(url) ⇒ Object



6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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