website title in http status agent fix

James Peret лет %!s(int64=7): %!d(string=назад)
Родитель
Сommit
fc8e3105a0
1 измененных файлов с 1 добавлено и 0 удалено
  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.