diff options
| -rwxr-xr-x | worker/tests/http.rb | 1 | ||||
| -rwxr-xr-x | worker/tests/https.rb | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/worker/tests/http.rb b/worker/tests/http.rb index eaa351f..bfd1820 100755 --- a/worker/tests/http.rb +++ b/worker/tests/http.rb @@ -156,6 +156,7 @@ if __FILE__ == $0 then    test = {      "target_host" => "http://www.steve.org.uk/",      "test_type"   => "http", +    "verbose"     => 1,      "test_port"   => 80,      "test_alert"  => "Steve's website is unavailable",      "http_text"   => "Steve Kemp", diff --git a/worker/tests/https.rb b/worker/tests/https.rb index 8aff360..f487b1d 100755 --- a/worker/tests/https.rb +++ b/worker/tests/https.rb @@ -157,6 +157,7 @@ if __FILE__ == $0 then      "target_host" => "http://www.steve.org.uk/",      "test_type"   => "http",      "test_port"   => 80, +    "verbose"     => 1,      "test_alert"  => "Steve's website is unavailable",      "http_text"   => "Steve Kemp",      "http_status" => "200" | 
