diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-17 16:20:02 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-17 16:20:02 +0000 |
commit | e512dcab32f2cad1c4c369270ac7cc7749614e80 (patch) | |
tree | d0076ce30ab14f81833b6c9b8fcb32db67b59755 /lib | |
parent | 1923a883ca38636f8ae03c99d1098fa37601d2e3 (diff) |
Be verbose in all tests.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/parser.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index fb62e13..88d81fc 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -379,6 +379,7 @@ class MonitorConfig :test_type => service, :test_port => port, :test_alert => alert, + :verbose => true, :timeout => @timeout } |