Class: Intrigue::Ident::Check::Grafana
- Defined in:
- lib/checks/grafana.rb
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 |
# File 'lib/checks/grafana.rb', line 6 def generate_checks(url) [ { :type => "application", :vendor => "Grafana", :product =>"Grafana", :match_details =>"Grafana", :version => nil, :match_type => :content_cookies, :match_content => /grafana_sess/i, :paths => ["#{url}"] } ] end |