website title in http status agent fix

James Peret 7 years ago
parent
commit
fc8e3105a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/models/agents/http_status_agent.rb

+ 1 - 0
app/models/agents/http_status_agent.rb

@@ -14,6 +14,7 @@ module Agents
14 14
     form_configurable :disable_redirect_follow, type: :boolean
15 15
     form_configurable :changes_only, type: :boolean
16 16
     form_configurable :headers_to_save
17
+    form_configurable :website_title
17 18
 
18 19
     description <<-MD
19 20
       The HttpStatusAgent will check a url and emit the resulting HTTP status code with the time that it waited for a reply. Additionally, it will optionally emit the value of one or more specified headers.