diff options
Diffstat (limited to 'bin')
-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 } |