| @@ -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. |