Introduction ============ This recipe create and configure an instance of web_checker utility. (erp5.utils.web_checker) Example ======= You can use it with a part like this:: [web-checker-instance] recipe = erp5.recipe.web_checker web_checker_software_home = /path_to_web_checker_software url = http://www.example.com/ email_address = me@erp5.com Options ======= wget_binary_path path of executable wget varnishlog_binary_path path to executable varnishlog working_directory Where wget will download web_sites. smtp_host hostname of smtp server debug_level verbosity of logging file_log_path path of logging file header_list Dictionary with key as HTTP Header to check and values, are expected values. {"Last-Modified": true, "Cache-Control": ["max-age=300", "max-age=3600"], "Vary": ["Accept-Language, Cookie, Accept-Encoding", "Accept-Language,Cookie"], "Expires": true} erp5_extension_list List of files prohibited links, as filename or folder name. {"prohibited_file_name_list": ["WebSection_viewAsWeb", "Base_viewHistory", "list"], "prohibited_folder_name_list": ["web_page_module", "document_module"]}