The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This is a configuration file for Test::MonitorSites
# It shoul be structired as an .ini file
# with '#' marks in the first column for comments
# [section_name] 
# with section names defined with square brackets, 
# starting in column 1
# key='value'
# key/value pairs may define variables, asseccible as:
# 	$cfg->param('key')

[global]
sms_recipients = 'hesco@greens.org'
results_recipients = 'hesco@campaignfoundations.com'
result_log = '/tmp/test_sites_output'
send_summary = 1
send_diagnostics = 1

[critical_failure]
linked_to = 1
expected_content = 1
all_links = 0
valid = 0

[site_www.campaignfoundations.com]
url='http://www.campaignfoundations.com'
expected_content='Campaign Foundations: Building a Foundation for Winning Campaigns, on the Issues and at the Polls'
test_links = 0
test_valid_html = 0

# [site_validator.w3.org]
# url='http://validator.w3.org/'
# expected_content='This is the W3C Markup Validation Service'
# test_links = 1
# test_valid_html = 1

[site_www.example.com]
url='http://www.example.com'
expected_content='This content is not on this non-existant site'
test_links = 0
test_valid_html = 0