Skip to content

Commit

Permalink
aws-vpc-route53: Tuning on dig timeout on r53_monitor function
Browse files Browse the repository at this point in the history
  • Loading branch information
gguifelixamz committed Jun 21, 2019
1 parent f62f7f9 commit 799669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/aws-vpc-route53.in
Expand Up @@ -217,7 +217,7 @@ r53_monitor() {
ARECORD="$($cmd | grep RESOURCERECORDS | /usr/bin/awk '{ print $2 }')"
else
#
cmd="dig +retries=5 +time=6 +short $OCF_RESKEY_fullname 2>/dev/null"
cmd="dig +retries=3 +time=5 +short $OCF_RESKEY_fullname 2>/dev/null"
ocf_log debug "executing monitoring command : $cmd"
ARECORD="$($cmd)"
rc=$?
Expand Down

0 comments on commit 799669a

Please sign in to comment.