diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 08:27:47 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 08:27:47 +0000 |
commit | 71cf403f61e1bc408583e69ee7059e1a9f4001df (patch) | |
tree | 7efc6c29975bf85ebda56ef5e0014d86ea47699b /bin/custodian-enqueue | |
parent | 65fbf9fcb7c30ee19b69bff8909aee5bdc1bc60a (diff) |
Set a timeout
Diffstat (limited to 'bin/custodian-enqueue')
-rwxr-xr-x | bin/custodian-enqueue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index c53adc4..7c6344e 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -378,7 +378,8 @@ class MonitorConfig :target_host => host, :test_type => service, :test_port => port, - :test_alert => alert + :test_alert => alert, + :timeout => 3 } |