class Intrigue::Ident::Check::Mcafee
Public Instance Methods
generate_checks(url)
click to toggle source
# File lib/checks/mcafee.rb, line 6 def generate_checks(url) [ { :type => "application", :vendor => "McAfee", :product =>"EPolicy Orchestrator", :match_details =>"McAfee EPolicy Orchestrator", :match_type => :content_body, :version => nil, :match_content => /McAfee Agent Activity Log/i, :paths => ["#{url}"] } ] end