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 | a9cd5d47be7065eda9b1d17d71d3d3eab454f381 (patch) | |
tree | 7efc6c29975bf85ebda56ef5e0014d86ea47699b | |
parent | fc9d38f1412729d7e900f8771cca1c6d1fc1abfb (diff) |
Set a timeout
-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 } |